diff options
Diffstat (limited to 'include/game.h')
-rwxr-xr-x | include/game.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h index 60cebcc..14d61ad 100755 --- a/include/game.h +++ b/include/game.h @@ -1759,7 +1759,8 @@ public: u8 stageActorType;
u8 which_player; // _38D
u8 enableFlag, currentLayerID;
- u8 _390, _391, _392, _padding;
+ u8 deleteForever;
+ u8 _391, _392, _padding;
dStageActor_c();
|