summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/Game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nGenEx/Game.cpp')
-rw-r--r--nGenEx/Game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nGenEx/Game.cpp b/nGenEx/Game.cpp
index 2518371..7e17ebb 100644
--- a/nGenEx/Game.cpp
+++ b/nGenEx/Game.cpp
@@ -32,7 +32,7 @@
FILE* ErrLog = 0;
int ErrLine = 0;
-char ErrBuf[256];
+char ErrBuf[1024];
Game* game = 0;