From 6fd613a998948f94f4b29ad05198149cb22f65b8 Mon Sep 17 00:00:00 2001 From: Treeki Date: Tue, 12 Feb 2013 02:16:32 +0100 Subject: don't play boss victory cries for bubbled players --- include/game.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 states2; }; class dAcPy_c : public daPlBase_c { -- cgit v1.2.3