26 lines
657 B
Diff
26 lines
657 B
Diff
diff -Naur bstone-1.1.7.orig/3d_main.cpp bstone-1.1.7/3d_main.cpp
|
|
--- bstone-1.1.7.orig/3d_main.cpp 2016-04-09 08:21:25.000000000 -0400
|
|
+++ bstone-1.1.7/3d_main.cpp 2016-08-13 21:47:13.965436399 -0400
|
|
@@ -9138,20 +9138,7 @@
|
|
|
|
const std::string& get_default_data_dir()
|
|
{
|
|
- static std::string result;
|
|
- static auto is_initialized = false;
|
|
-
|
|
- if (!is_initialized) {
|
|
- is_initialized = true;
|
|
-
|
|
- auto sdl_dir = ::SDL_GetBasePath();
|
|
-
|
|
- if (sdl_dir) {
|
|
- result = sdl_dir;
|
|
- ::SDL_free(sdl_dir);
|
|
- }
|
|
- }
|
|
-
|
|
+ static std::string result = "/usr/share/games/bstone/";
|
|
return result;
|
|
}
|
|
// BBi
|