summaryrefslogtreecommitdiff
path: root/games/fgrun/fgrun-1.6.2-fix-reloadpath-logic.patch
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2013-11-18 18:29:01 +0100
committerRobby Workman <rworkman@slackbuilds.org>2013-11-19 01:10:58 -0600
commit83940e056e4dc987a0f61cf79bbc3316e0e5e3d7 (patch)
treed1327d6e5427cda4db246505c4b5afae0f1af8e7 /games/fgrun/fgrun-1.6.2-fix-reloadpath-logic.patch
parentbcdc93d0d4cb91d7418c5c6c9654c733fc616c6f (diff)
downloadslackbuilds-83940e056e4dc987a0f61cf79bbc3316e0e5e3d7.tar.gz
games/fgrun: Updated for version 20131117_973f772.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/fgrun/fgrun-1.6.2-fix-reloadpath-logic.patch')
-rw-r--r--games/fgrun/fgrun-1.6.2-fix-reloadpath-logic.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/games/fgrun/fgrun-1.6.2-fix-reloadpath-logic.patch b/games/fgrun/fgrun-1.6.2-fix-reloadpath-logic.patch
deleted file mode 100644
index 0fb9006928..0000000000
--- a/games/fgrun/fgrun-1.6.2-fix-reloadpath-logic.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- fgrun-1.6.2/src/wizard_funcs.cxx.orig 2012-09-11 14:57:53.176639212 +0200
-+++ fgrun-1.6.2/src/wizard_funcs.cxx 2012-09-11 15:11:35.995000085 +0200
-@@ -296,7 +296,7 @@
- {
- fg_scenery = buf;
- }
-- else if (reloadPath && systemPrefs.get( "fg_scenery", buf, "", buflen-1))
-+ else if (systemPrefs.get( "fg_scenery", buf, "", buflen-1))
- {
- fg_scenery = buf;
- prefs.set("fg_scenery", buf);
-@@ -338,7 +338,7 @@
- {
- ts_dir = iVal;
- }
-- else if (reloadPath && systemPrefs.get("ts_dir", iVal, 0))
-+ else if (systemPrefs.get("ts_dir", iVal, 0))
- {
- prefs.set("ts_dir", ts_dir);
- systemPrefs.get("ts_dir_init", iVal, 0);
-@@ -353,7 +353,7 @@
- {
- ts_exe_->value(buf);
- }
-- else if (reloadPath && systemPrefs.get( "ts_exe", buf, "", buflen-1))
-+ else if (systemPrefs.get( "ts_exe", buf, "", buflen-1))
- {
- ts_exe_->value( buf );
- prefs.set("ts_exe", buf);