summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrhyskidd <rhyskidd@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-04 14:36:24 +0000
committerrhyskidd <rhyskidd@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-04 14:36:24 +0000
commit371a839e0a9de7cf4cfefe4178687d2c6c896d0c (patch)
treee61c7b23c03fe50c6e394197c65c44f9d37f954e
parent5878df2ac34bc2786f0031b2e40c8b19b56f69d0 (diff)
downloadstarshatter-371a839e0a9de7cf4cfefe4178687d2c6c896d0c.zip
starshatter-371a839e0a9de7cf4cfefe4178687d2c6c896d0c.tar.gz
starshatter-371a839e0a9de7cf4cfefe4178687d2c6c896d0c.tar.bz2
Follow up to revision 65, ensure that the ErrBuf is cleared fully
-rw-r--r--nGenEx/Game.cpp4
1 files 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;