From 206f74ec900b9bf14082e981e0ed571ea2ba2008 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 12 Jan 2003 17:28:11 +0000 Subject: [PATCH] Video mode fail errors --- src/ZE_ZEngine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ZE_ZEngine.cpp b/src/ZE_ZEngine.cpp index 0d1900b..ff22ac7 100644 --- a/src/ZE_ZEngine.cpp +++ b/src/ZE_ZEngine.cpp @@ -13,7 +13,7 @@ File: ZE_ZEngine.cpp
Description: Implementation source file for ZEngine library main singleton class.
Author(s): James Turk
-$Id: ZE_ZEngine.cpp,v 1.12 2003/01/12 17:27:05 cozman Exp $
+$Id: ZE_ZEngine.cpp,v 1.13 2003/01/12 17:28:11 cozman Exp $
\file ZE_ZEngine.cpp \brief Central source file for ZEngine. @@ -180,7 +180,7 @@ bool ZEngine::CreateDisplay(string title, string icon) Mix_CloseAudio(); #endif SDL_Quit(); - LogError(FormatStr("Unable to set video mode %dx%d (%dBpp): %s. Desktop Depth (%d) failed, exit",mWidth,mHeight,mBPP,SDL_GetError())); + LogError(FormatStr("Unable to set video mode %dx%d (%dBpp): %s. Desktop Depth (%d) failed, fatal error.",mWidth,mHeight,mBPP,SDL_GetError())); return false; } else //let them know what they wanted failed