diff options
| author | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-07-05 16:36:04 +0200 |
|---|---|---|
| committer | Yanis002 <35189056+Yanis002@users.noreply.github.com> | 2025-07-05 16:36:04 +0200 |
| commit | f81e8e85d012d67eca593b5ef1e33083c876a760 (patch) | |
| tree | 16b6a7ed8691183b4cd931c07beaa7e009e4d0f4 /include/Game/GameMode.hpp | |
| parent | 1e2adf0ebd714f9ed2c1e814276278755278dd12 (diff) | |
started GameModeAdventure (97%)
Diffstat (limited to 'include/Game/GameMode.hpp')
| -rw-r--r-- | include/Game/GameMode.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Game/GameMode.hpp b/include/Game/GameMode.hpp index 6888b023..315847ee 100644 --- a/include/Game/GameMode.hpp +++ b/include/Game/GameMode.hpp @@ -8,7 +8,7 @@ class GameMode : public SysObject { public: /* 000 (vtable) */ - /* 004 */ unk32 mUnk_000; + /* 004 */ unk32 mUnk_004; /* 008 */ /* 00 */ virtual ~GameMode(); @@ -21,7 +21,7 @@ public: inline GameMode() {} inline GameMode(unk32 param1) : - mUnk_000(param1) {} + mUnk_004(param1) {} void func_0202c0b8(); }; |
