diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-07-06 11:09:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-06 11:09:25 +0200 |
| commit | 87ea4c687d97fc9a0e3e06fa4732087794881039 (patch) | |
| tree | bf8f539742eead3ca8d660361dd790375a406a54 /include/Game/Game.hpp | |
| parent | 1e2adf0ebd714f9ed2c1e814276278755278dd12 (diff) | |
| parent | 476d7d305fd1f39922761ab78498783af809e234 (diff) | |
Merge pull request #109 from Yanis002/gamemodeadventure
Started `09_Adventure/Game/GameModeAdventure.cpp` (97%)
Diffstat (limited to 'include/Game/Game.hpp')
| -rw-r--r-- | include/Game/Game.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Game/Game.hpp b/include/Game/Game.hpp index 95d49801..8bb41b95 100644 --- a/include/Game/Game.hpp +++ b/include/Game/Game.hpp @@ -21,7 +21,7 @@ public: /* 0fe */ unk16 mUnk_0fe; /* 100 */ unk8 mUnk_100; /* 101 */ s8 mUnk_101; - /* 102 */ unk8 mUnk_102; + /* 102 */ bool mUnk_102; /* 103 */ u8 mUnk_103; /* 104 */ |
