diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-04 19:40:27 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:32 +0700 |
commit | 48c94e9d3e6650986333e1f2942f0dbad05b7644 (patch) | |
tree | 0d172ab128cc2c6e5318faf0afb6b6887a889b33 /games/bstone/datadir.diff | |
parent | 31acb70e8382c24971ebb41962c7a48ce7d81d56 (diff) |
games/bstone: Updated for version 1.2.11.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/bstone/datadir.diff')
-rw-r--r-- | games/bstone/datadir.diff | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/games/bstone/datadir.diff b/games/bstone/datadir.diff index 19a7100c32ae9..268c10e3c14b6 100644 --- a/games/bstone/datadir.diff +++ b/games/bstone/datadir.diff @@ -1,7 +1,7 @@ -diff -Naur bstone-1.2.8/src/3d_main.cpp bstone-1.2.8.patched/src/3d_main.cpp ---- bstone-1.2.8/src/3d_main.cpp 2020-07-10 09:58:35.000000000 -0400 -+++ bstone-1.2.8.patched/src/3d_main.cpp 2020-08-04 03:07:36.266707676 -0400 -@@ -10722,20 +10722,7 @@ +diff -Naur bstone-1.2.11/src/3d_main.cpp bstone-1.2.11.patched/src/3d_main.cpp +--- bstone-1.2.11/src/3d_main.cpp 2021-03-21 15:24:36.000000000 -0400 ++++ bstone-1.2.11.patched/src/3d_main.cpp 2021-10-04 19:12:08.818938051 -0400 +@@ -10711,20 +10711,7 @@ const std::string& get_default_data_dir() { @@ -23,3 +23,14 @@ diff -Naur bstone-1.2.8/src/3d_main.cpp bstone-1.2.8.patched/src/3d_main.cpp return result; } +diff -Naur bstone-1.2.11/src/jm_free.cpp bstone-1.2.11.patched/src/jm_free.cpp +--- bstone-1.2.11/src/jm_free.cpp 2021-03-21 15:24:36.000000000 -0400 ++++ bstone-1.2.11.patched/src/jm_free.cpp 2021-10-04 19:12:39.570935256 -0400 +@@ -718,6 +718,7 @@ + bstone::file_system::get_working_dir()); + + add_search_path("working dir", working_full_dir, search_paths); ++ add_search_path("system dir", "/usr/share/games/bstone", search_paths); + } + + { |