summaryrefslogtreecommitdiff
path: root/games/ceferino/soundinitfix.diff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2014-05-01 09:07:04 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-05-01 09:13:21 +0700
commit31e55e02098cefc3a767e318a1c1b5c396aebbe0 (patch)
tree72d8050aca9e001a5d1ddcc4d40ccd330bdbdaba /games/ceferino/soundinitfix.diff
parenta8948b1a616bbba6a04d71cc41ebc5a2cf32fe19 (diff)
downloadslackbuilds-31e55e02098cefc3a767e318a1c1b5c396aebbe0.tar.gz
games/ceferino: Added (2d balloon-breaking game).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ceferino/soundinitfix.diff')
-rw-r--r--games/ceferino/soundinitfix.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/ceferino/soundinitfix.diff b/games/ceferino/soundinitfix.diff
new file mode 100644
index 0000000000..6175ace8ed
--- /dev/null
+++ b/games/ceferino/soundinitfix.diff
@@ -0,0 +1,12 @@
+diff -Naur ceferino-0.97.8+svn37/src/audio.h ceferino-0.97.8+svn37.patched/src/audio.h
+--- ceferino-0.97.8+svn37/src/audio.h 2013-08-05 10:29:49.000000000 -0400
++++ ceferino-0.97.8+svn37.patched/src/audio.h 2014-04-30 05:59:18.000000000 -0400
+@@ -49,7 +49,7 @@
+ void descargar_musicas(void);
+ int canal_musica;
+
+- Mix_Chunk *sonidos[11];
++ Mix_Chunk *sonidos[12];
+ Mix_Music *musicas[2];
+
+ };