summaryrefslogtreecommitdiffstats
path: root/games/jfsw/fixsegfault.diff
diff options
context:
space:
mode:
author B. Watson2018-07-14 04:41:52 +0200
committer Willy Sudiarto Raharjo2018-07-17 02:15:49 +0200
commit2c0e839923b6853a42533691393dea9629d9fd5e (patch)
tree58f9f71f0a3d7e7b9d866933f2e4907561431bec /games/jfsw/fixsegfault.diff
parent70c013179db63be17ff6a1e7b8d797688aa02eb8 (diff)
downloadslackbuilds-2c0e839923b6853a42533691393dea9629d9fd5e.tar.gz
games/jfsw: Enhance script and documentation.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/jfsw/fixsegfault.diff')
-rw-r--r--games/jfsw/fixsegfault.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/jfsw/fixsegfault.diff b/games/jfsw/fixsegfault.diff
deleted file mode 100644
index 9290ffef96..0000000000
--- a/games/jfsw/fixsegfault.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur jfsw.orig/src/menus.c jfsw/src/menus.c
---- jfsw.orig/src/menus.c 2017-03-24 23:22:17.000000000 -0400
-+++ jfsw/src/menus.c 2018-07-10 22:51:52.032019948 -0400
-@@ -2540,7 +2540,7 @@
- CONTROL_ClearUserInput(&mnu_input);
- CONTROL_GetUserInput(&mnu_input);
-
-- if (KB_KeyPressed(sc_Y) || KB_KeyPressed(sc_Enter) || mnu_input.button0)
-+ if (KB_KeyPressed(sc_Y) || KB_KeyPressed(sc_Enter))
- return (TRUE);
- else
- return (FALSE);