diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-22 07:04:45 -0600 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-22 07:04:45 -0600 |
| commit | 6ff80c5f08c0a9c4e57ec419d4e6dcd781bb5b45 (patch) | |
| tree | 67b2887e882cdd3b056fd10859634be4e3e60f27 /src/engine/World.h | |
| parent | 20b67182c4fdcb46792fd92197159c3000b64c7b (diff) | |
Some fixes for battle mode
Diffstat (limited to 'src/engine/World.h')
| -rw-r--r-- | src/engine/World.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/World.h b/src/engine/World.h index 915cacf27..bc6845aae 100644 --- a/src/engine/World.h +++ b/src/engine/World.h @@ -82,6 +82,7 @@ public: void AddCup(Cup*); void SetCup(Cup* cup); + void SetCupIndex(size_t index); const char* GetCupName(); u32 GetCupIndex(); u32 NextCup(); |
