about summary refs log tree commit diff
path: root/src/engine/shared
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-06-20 14:12:59 +0200
committeroy <Tom_Adams@web.de>2010-06-20 14:12:59 +0200
commita5113c6740e22e633a7fd7d853b81518762e4e21 (patch)
tree187d482914861d2f0c843a25445e873eb7bafb51 /src/engine/shared
parente2c3f744b2b12c63f3563c79471446ec508929ef (diff)
downloadzcatch-a5113c6740e22e633a7fd7d853b81518762e4e21.tar.gz
zcatch-a5113c6740e22e633a7fd7d853b81518762e4e21.zip
added commands to dump the output of the consoles into a file
Diffstat (limited to 'src/engine/shared')
-rw-r--r--src/engine/shared/storage.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/shared/storage.cpp b/src/engine/shared/storage.cpp
index 491795ad..1d0e2f78 100644
--- a/src/engine/shared/storage.cpp
+++ b/src/engine/shared/storage.cpp
@@ -30,6 +30,9 @@ public:
 			str_format(aPath, sizeof(aPath), "%s/maps", m_aApplicationSavePath);
 			fs_makedir(aPath);
 
+			str_format(aPath, sizeof(aPath), "%s/dumps", m_aApplicationSavePath);
+			fs_makedir(aPath);
+
 			str_format(aPath, sizeof(aPath), "%s/downloadedmaps", m_aApplicationSavePath);
 			fs_makedir(aPath);