View | Details | Raw Unified | Return to bug 126680
Collapse All | Expand All

(-)wormux-fixed/files/patch-config.h (+11 lines)
Line 0 Link Here
1
--- src/game/config.h.orig	2008-08-20 13:36:54.000000000 +0300
2
+++ src/game/config.h	2008-08-20 13:35:42.000000000 +0300
3
@@ -126,7 +126,7 @@
4
 
5
   const std::string& GetTtfFilename();
6
 
7
-  std::string GetDataDir() const { return data_dir; };
8
+  std::string GetDataDir() const { return data_dir + "/"; };
9
   std::string GetLocaleDir() const { return locale_dir; };
10
   std::string GetPersonalDataDir() const { return personal_data_dir; };
11
   std::string GetChatLogDir() const { return chat_log_dir; };

Return to bug 126680