Files
ports/games/nanosaur2/patches/patch-Source_Boot_cpp
T
op 66692efab4 import nanosaur2-2.1.0
Nanosaur II: Hatchling is a continuation of the original Nanosaur
storyline, only this time you get to fly a pterodactyl who's loaded with
hi-tech weaponry.  In addition to the three level adventure mode where
you blast enemy dinos and save eggs, there are also six two-player
levels including racing, capture-the-flag, and battle.

This is a port of the original Mac version of the game to modern
operating systems, made under permission from Pangea Software, Inc.

several tweaks and ok gkoehler@
2024-01-26 08:22:09 +00:00

13 lines
330 B
Plaintext

Index: Source/Boot.cpp
--- Source/Boot.cpp.orig
+++ Source/Boot.cpp
@@ -50,7 +50,7 @@ static fs::path FindGameData()
dataPath = pathbuf;
dataPath = dataPath.parent_path().parent_path() / "Resources";
#else
- dataPath = "Data";
+ dataPath = "${TRUEPREFIX}/share/nanosaur2";
#endif
dataPath = dataPath.lexically_normal();