From 4e5b7c9c178e3dbe1f4766b6e5f00c05565a1090 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sun, 3 Feb 2013 22:34:49 +0100 Subject: fixes continue thing? --- src/koopatlas/core.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- cgit v1.2.3