2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 16:27:43 +00:00

Add input visualization, protect first 7 object slots from deletion

The first 7 slots in the game are related to the player, we don't want to allow anyone to delete them because the game *will* crash
This commit is contained in:
2021-05-30 00:52:20 -07:00
parent 48ad17b274
commit d9b7229e79
7 changed files with 178 additions and 7 deletions

View File

@@ -180,6 +180,7 @@ public:
/* This is where the game thread enters */
void Update(float dt, CArchitectureQueue& queue);
CFinalInput GetLastInput() const { return m_lastUpdate; }
};
} // namespace metaforce