summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Mrázek2011-08-07 04:28:51 +0000
committerPetr Mrázek2011-08-07 04:28:51 +0000
commit9c99824a023a959bb9ff908b2f434e02b8289351 (patch)
tree609ee50e778bae6b2eb10f68bf36e8b96752f3e5 /common.h
parent4064cf25797462fc6ac61f578b7e4b6bd31bf6b6 (diff)
downloadstonesense-9c99824a023a959bb9ff908b2f434e02b8289351.tar.gz
stonesense-9c99824a023a959bb9ff908b2f434e02b8289351.tar.bz2
stonesense-9c99824a023a959bb9ff908b2f434e02b8289351.tar.xz
Make stonesense use DF/stonesense for all resources.
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common.h b/common.h
index 4e03174..27f237f 100644
--- a/common.h
+++ b/common.h
@@ -202,9 +202,9 @@ bool loadConfigFile();
//xmlBuildingReader.cpp
class BuildingConfiguration;
-#define FILENAME_BUFFERSIZE 50
-// temp buffers are bigger because they deal with absolute paths
-#define FILENAME_BUFFERSIZE_LOCAL 200
+// BUG: this is dangerous!
+#define FILENAME_BUFFERSIZE 1024
+#define FILENAME_BUFFERSIZE_LOCAL 2048
extern ALLEGRO_FONT *font;
extern ALLEGRO_KEYBOARD_STATE keyboard;