mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-04 10:49:12 -04:00
Target player follows player and fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user