1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/games/battalion/files/patch-ab
Donald Burr 89d79ff9c8 PR: ports/6985
Submitted by:	Andrey Zakhvatov <andy@icc.surw.chel.su>
Import of new port games/battalion, a "big monster stomps around
destroying buildings and army vehicles" type game.
1998-07-14 01:15:18 +00:00

13 lines
364 B
Plaintext

--- battalion.c Thu Jan 16 16:31:59 1997
+++ /home/andy/tmp/wrk/battalion.c Sun May 17 15:46:57 1998
@@ -2867,7 +2867,8 @@
roadFile = fopen(fullPath, "rb");
#else
- dataPtr = getenv("BATTALIONDATADIR");
+/* dataPtr = getenv("BATTALIONDATADIR"); */
+ dataPtr = "/usr/X11R6/share/battalion";
if (dataPtr != NULL)
{
strcpy(dataPath, dataPtr);