From 879536caa4f2cec3d1c175a55a0980877df35fb3 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 19 Oct 2012 23:40:44 +0200 Subject: changed sounds because skawo doesn't know what he wants --- src/koopatlas/pathmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/koopatlas') diff --git a/src/koopatlas/pathmanager.cpp b/src/koopatlas/pathmanager.cpp index 9c6eb38..032d40b 100644 --- a/src/koopatlas/pathmanager.cpp +++ b/src/koopatlas/pathmanager.cpp @@ -764,7 +764,7 @@ void dWMPathManager_c::activatePoint() { PlaySoundWithFunctionB4(SoundRelatedClass, &something, SE_SYS_GAME_START, 1); nw4r::snd::SoundHandle something2; - PlaySoundWithFunctionB4(SoundRelatedClass, &something2, SE_VOC_MA_CS_COURSE_IN_HARD, 1); + PlaySoundWithFunctionB4(SoundRelatedClass, &something2, (Player_Powerup[0] == 3) ? SE_VOC_MA_PLAYER_DECIDE_MAME: SE_VOC_MA_CS_COURSE_IN, 1); daWMPlayer_c::instance->startAnimation(170, 1.2, 10.0, 0.0); daWMPlayer_c::instance->rot.y = 0; -- cgit v1.2.3