From d5585a35896c0693bf0b443ab8a210a71e6d5efc Mon Sep 17 00:00:00 2001 From: Kester Maddock Date: Sat, 17 Jul 2004 00:48:59 +0000 Subject: Added the runtime fullscreen options. --- source/gameengine/GamePlayer/ghost/GPG_ghost.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/gameengine') diff --git a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp index c55e572ccbd..fff8ce88670 100644 --- a/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp +++ b/source/gameengine/GamePlayer/ghost/GPG_ghost.cpp @@ -212,8 +212,8 @@ int main(int argc, char** argv) int i; bool error = false; SYS_SystemHandle syshandle = SYS_GetSystem(); - bool fullScreen = true; - bool fullScreenParFound = true; + bool fullScreen = false; + bool fullScreenParFound = false; bool windowParFound = false; bool closeConsole = true; int stereomode = RAS_IRasterizer::RAS_STEREO_NOSTEREO; -- cgit v1.2.3