2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:47:42 +00:00

Fix gbalink compiling on linux, finish CScriptDock

This commit is contained in:
2017-01-03 22:39:56 -08:00
parent 9109151bf9
commit a2c9271ee1
4 changed files with 69 additions and 24 deletions

View File

@@ -10,9 +10,9 @@ class CScriptDock : public CPhysicsActor
{
enum EDockState
{
Zero,
Idle,
PlayerTouched,
Two,
EnterNextArea,
Three
};