summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/koopatlas/core.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp
index 36e594a..98c329d 100644
--- a/src/koopatlas/core.cpp
+++ b/src/koopatlas/core.cpp
@@ -489,8 +489,9 @@ void dScKoopatlas_c::executeState_ContinueWait() {
CONT_UNK2(this->continueObj) = 0;
CONT_UNK3(this->continueObj) = 0;
+ static const int things[] = {0,1,3,2,4};
for (int i = 0; i < 4; i++) {
- int idx = SearchForIndexOfPlayerID(i);
+ int idx = SearchForIndexOfPlayerID(things[i]);
Player_Lives[Player_ID[idx]] = CONT_LIVES(this->continueObj, i);
}