summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-10-19 23:40:44 +0200
committerTreeki <treeki@gmail.com>2012-10-19 23:40:44 +0200
commit879536caa4f2cec3d1c175a55a0980877df35fb3 (patch)
treeea316d704dd86ced134bcc29540586541fc2c819 /src
parent4ca081e0ec924be70a2f67521f505b7b7aa4e54d (diff)
downloadkamek-879536caa4f2cec3d1c175a55a0980877df35fb3.tar.gz
kamek-879536caa4f2cec3d1c175a55a0980877df35fb3.zip
changed sounds because skawo doesn't know what he wants
Diffstat (limited to '')
-rw-r--r--src/koopatlas/pathmanager.cpp2
1 files changed, 1 insertions, 1 deletions
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;