diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /games/cake/files/patch-cake__entity.cpp | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
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; |