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.cpp | |
| parent | 20b67182c4fdcb46792fd92197159c3000b64c7b (diff) | |
Some fixes for battle mode
Diffstat (limited to 'src/engine/World.cpp')
| -rw-r--r-- | src/engine/World.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/World.cpp b/src/engine/World.cpp index 8e20806ff..8137b3801 100644 --- a/src/engine/World.cpp +++ b/src/engine/World.cpp @@ -79,6 +79,10 @@ u32 World::PreviousCup() { return 0; } +void World::SetCupIndex(size_t index) { + CupIndex = index; +} + void World::SetCup(Cup* cup) { if (cup) { CurrentCup = cup; |
