Skip to content

Commit

Permalink
Fix TR8 build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndra55 committed Jan 24, 2024
1 parent 24bd4b8 commit 2204e8a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/game/Game.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,26 @@ struct GameTracker
int field_FC;

float timeMult;

int field_104;
int field_108;
int field_10C;
int field_110;
int field_114;
int field_118;
int field_11C;
int field_120;
int field_124;
int field_128;
int field_12C;
int field_130;
int field_134;
int field_138;
int field_13C;
int field_140;
int field_144;

float timeDilation;
};
#endif

Expand Down

0 comments on commit 2204e8a

Please sign in to comment.