freebsd-ports/games/openglad/files/patch-util.cpp
Eric Anholt b5992f650e Add openglad 0.98, an SDL port of an old DOS game called Gladiator.
PR:		52178
Submitted by:	Kirill Ponomarew <ponomarew@oberon.net>
2003-05-14 05:18:29 +00:00

18 lines
366 B
C++

--- src/util.cpp.orig Tue Oct 1 20:41:14 2002
+++ src/util.cpp Tue May 13 16:10:35 2003
@@ -160,6 +160,7 @@
if (cfg.query("dirs", "data"))
{
filepath = cfg.query("dirs", "data");
+ filepath += "/";
filepath += pos_dir;
filepath += file;
@@ -171,6 +172,7 @@
}
filepath = DATADIR;
+ filepath += "/";
filepath += pos_dir;
filepath += file;