diff options
Diffstat (limited to 'games/xataxx/files/patch-zot.c')
-rw-r--r-- | games/xataxx/files/patch-zot.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/xataxx/files/patch-zot.c b/games/xataxx/files/patch-zot.c deleted file mode 100644 index 20b1dc3627eb..000000000000 --- a/games/xataxx/files/patch-zot.c +++ /dev/null @@ -1,11 +0,0 @@ ---- zot.c.orig -+++ zot.c -@@ -23,7 +23,7 @@ - GC bgc; - - if (!wflump) -- return; -+ return(0); - zot(dx, dy, cmaps, cdpy, cscr, cgc, cwin, cmap); - } - |