From 371a839e0a9de7cf4cfefe4178687d2c6c896d0c Mon Sep 17 00:00:00 2001 From: rhyskidd Date: Mon, 4 Jun 2012 14:36:24 +0000 Subject: Follow up to revision 65, ensure that the ErrBuf is cleared fully --- nGenEx/Game.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nGenEx/Game.cpp b/nGenEx/Game.cpp index 7e17ebb..162b815 100644 --- a/nGenEx/Game.cpp +++ b/nGenEx/Game.cpp @@ -1,6 +1,6 @@ /* Project nGenEx Destroyer Studios LLC - Copyright © 1997-2004. All Rights Reserved. + Copyright (C) 1997-2004. All Rights Reserved. SUBSYSTEM: nGenEx.lib FILE: Game.cpp @@ -72,7 +72,7 @@ status(Game::OK), exit_code(0), window_style(0), avi_file(0) if (!game) { panicbuf[0] = 0; game = this; - ZeroMemory(ErrBuf, 256); + ZeroMemory(ErrBuf, 1024); video_settings = new(__FILE__,__LINE__) VideoSettings; -- cgit v1.1