diff options
| author | Petr Mrázek | 2011-08-07 04:28:51 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-07 04:28:51 +0000 |
| commit | 9c99824a023a959bb9ff908b2f434e02b8289351 (patch) | |
| tree | 609ee50e778bae6b2eb10f68bf36e8b96752f3e5 /common.h | |
| parent | 4064cf25797462fc6ac61f578b7e4b6bd31bf6b6 (diff) | |
| download | stonesense-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.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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;
|
