From 85f40a1f3a1cb4bfcccc7b3bc163cfbd98a1abf3 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sat, 2 Jun 2012 21:47:17 +0000 Subject: Fixes a stupid error I made. Also increases hte buffer for error messages to accommodate DirectX error messages --- nGenEx/Game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nGenEx/Game.cpp') 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; -- cgit v1.1