*** empty log message ***

This commit is contained in:
James Turk 2003-03-01 20:47:00 +00:00
parent e4cd3dea2c
commit 81ed152a7c

View File

@ -13,7 +13,7 @@
File: ZE_ZEngine.cpp <br> File: ZE_ZEngine.cpp <br>
Description: Implementation source file for ZEngine library main singleton class. <br> Description: Implementation source file for ZEngine library main singleton class. <br>
Author(s): James Turk <br> Author(s): James Turk <br>
$Id: ZE_ZEngine.cpp,v 1.29 2003/03/01 20:46:00 cozman Exp $<br> $Id: ZE_ZEngine.cpp,v 1.30 2003/03/01 20:47:00 cozman Exp $<br>
\file ZE_ZEngine.cpp \file ZE_ZEngine.cpp
\brief Central source file for ZEngine. \brief Central source file for ZEngine.
@ -293,16 +293,8 @@ void ZEngine::ToggleFullscreen()
SDL_WM_ToggleFullScreen(mScreen); SDL_WM_ToggleFullScreen(mScreen);
#else #else
char *title,*icon; char *title,*icon;
if(!mPaused)
{
mUnpauseOnActive = true;
PauseTimer();
}
SetupDisplay(mWidth,mHeight,mBPP,!mFullscreen);
if(mUnpauseOnActive) SetupDisplay(mWidth,mHeight,mBPP,!mFullscreen);
UnpauseTimer();
SDL_WM_GetCaption(&title,&icon); SDL_WM_GetCaption(&title,&icon);
if(icon) if(icon)