diff options
Diffstat (limited to 'games/gemdropx/patches/patch-aa')
-rw-r--r-- | games/gemdropx/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/gemdropx/patches/patch-aa b/games/gemdropx/patches/patch-aa new file mode 100644 index 00000000000..2561e0d71e8 --- /dev/null +++ b/games/gemdropx/patches/patch-aa @@ -0,0 +1,12 @@ +--- gemdropx.c.orig Sat Jul 25 06:09:10 1998 ++++ gemdropx.c Sat Jul 25 06:11:50 1998 +@@ -157,3 +157,3 @@ + { +- sprintf(cmd, "/bin/cat sounds/%s.au > /dev/audio &", aufile); ++ sprintf(cmd, "/bin/cat " SOUNDS "/%s.au > /dev/audio &", aufile); + +@@ -312,3 +312,3 @@ + { +- sprintf(file, "gfx/%s.xbm", object_filenames[i]); ++ sprintf(file, GFX "/%s.xbm", object_filenames[i]); + |