diff options
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 9e119d5..b7ef64d 100755 --- a/include/game.h +++ b/include/game.h @@ -2352,6 +2352,9 @@ class daPlBase_c : public dStageActor_c { // Can't be assed to build full headers right now
u8 data[0xEA4 - 0x394];
dPlayerInput_c input;
+ // We're at 0x1008 now
+ u8 data2[0x1464 - 0x1008];
+ dStateWrapper_c<daPlBase_c> states2;
};
class dAcPy_c : public daPlBase_c {
|