diff options
Diffstat (limited to 'games/cake/files/patch-cake__entity.cpp')
-rw-r--r-- | games/cake/files/patch-cake__entity.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/cake/files/patch-cake__entity.cpp b/games/cake/files/patch-cake__entity.cpp new file mode 100644 index 000000000000..babddf68d41d --- /dev/null +++ b/games/cake/files/patch-cake__entity.cpp @@ -0,0 +1,15 @@ +--- cake/entity.cpp.orig Fri Jul 16 16:55:56 2004 ++++ cake/entity.cpp Fri Jul 16 16:56:20 2004 +@@ -1534,10 +1534,10 @@ + break; + case ET_TARGET_TELEPORTER: + case ET_TRIGGER_TELEPORT: +- noise_index = loadSound("sound/world/telein.wav", false, false); ++ noise_index = loadSound("sound/world/telein.wav", NULL, false); + break; + case ET_TRIGGER_PUSH: +- noise_index = loadSound("sound/world/jumppad.wav", false, false); ++ noise_index = loadSound("sound/world/jumppad.wav", NULL, false); + break; + default: + break; |