diff options
Diffstat (limited to 'src/bossSamurshai.cpp')
-rw-r--r-- | src/bossSamurshai.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossSamurshai.cpp b/src/bossSamurshai.cpp index 1f0906a..d765293 100644 --- a/src/bossSamurshai.cpp +++ b/src/bossSamurshai.cpp @@ -409,7 +409,7 @@ void daSamurshai::updateModelMatrices() { WLClass::instance->_4 = 4; WLClass::instance->_8 = 0; - MakeMarioEnterDemoMode(); + BossGoalForAllPlayers(); // Make sure to use the correct position Vec KamekPos = (Vec){pos.x - 124.0, pos.y + 104.0, 3564.0}; |