From 319f1ae65bafed165e2a9a3bb5a7433ba9b0b301 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 25 Jan 2013 23:59:01 +0100 Subject: fixes to the starman handling --- src/koopatlas/core.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/koopatlas/core.cpp') diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp index f130359..c67226e 100644 --- a/src/koopatlas/core.cpp +++ b/src/koopatlas/core.cpp @@ -328,8 +328,6 @@ DoStartLevel(GetGameMgr(), &sl); void dScKoopatlas_c::startMusic() { dKPMusic::play(GetSaveFile()->GetBlock(-1)->currentMapMusic); - if (Player_Flags[0] & 1) - dKPMusic::playStarMusic(); } @@ -519,6 +517,10 @@ void dScKoopatlas_c::executeState_Normal() { pathManager.unlockAllPaths(2); } else if (nowPressed & WPAD_A) { pathManager.unlockAllPaths(0); + SaveBlock *save = GetSaveFile()->GetBlock(-1); + for (int w = 0; w < 6; w++) + for (int l = 0; l < 6; l++) + save->SetLevelCondition(w, l, COND_COIN_ALL); } } -- cgit v1.2.3