mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
66692efab4
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@
13 lines
330 B
Plaintext
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();
|