freebsd-ports/games/warmux/files/patch-config.h
2011-03-21 21:34:30 +00:00

11 lines
390 B
C++

--- src/game/config.h.orig 2008-08-20 13:36:54.000000000 +0300
+++ src/game/config.h 2008-08-20 13:35:42.000000000 +0300
@@ -126,7 +126,7 @@
const std::string& GetTtfFilename();
- std::string GetDataDir() const { return data_dir; };
+ std::string GetDataDir() const { return data_dir + "/"; };
#ifdef ENABLE_NLS
std::string GetLocaleDir() const { return locale_dir; };
#endif