Target player follows player and fix

This commit is contained in:
MegaMech
2025-01-07 16:43:36 -07:00
parent 157702bbd1
commit 73b4d949bc
4 changed files with 29 additions and 2 deletions
+2
View File
@@ -71,6 +71,7 @@ u32 World::NextCup() {
CurrentCup->CursorPosition = 0;
return CupIndex;
}
return Cups.size() - hack;
}
u32 World::PreviousCup() {
@@ -80,6 +81,7 @@ u32 World::PreviousCup() {
CurrentCup->CursorPosition = 0;
return CupIndex;
}
return 0;
}
void World::SetCup(Cup* cup) {