diff options
author | Treeki <treeki@gmail.com> | 2012-10-19 23:40:44 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-10-19 23:40:44 +0200 |
commit | 879536caa4f2cec3d1c175a55a0980877df35fb3 (patch) | |
tree | ea316d704dd86ced134bcc29540586541fc2c819 /src | |
parent | 4ca081e0ec924be70a2f67521f505b7b7aa4e54d (diff) | |
download | kamek-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.cpp | 2 |
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; |