diff options
| -rw-r--r-- | engines/wintermute/wintermute.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/wintermute/wintermute.cpp b/engines/wintermute/wintermute.cpp index 44faec5c3a..d2edf6d1f3 100644 --- a/engines/wintermute/wintermute.cpp +++ b/engines/wintermute/wintermute.cpp @@ -142,7 +142,7 @@ int WinterMuteEngine::init() {  	if (!_game) return 1;  	CBPlatform::Initialize(_game, 0, NULL); -	bool windowedMode = true; +	bool windowedMode = !ConfMan.getBool("fullscreen");  	// parse command line  	char *SaveGame = NULL; | 
