[Scummvm-cvs-logs] SF.net SVN: scummvm:[54054]	scummvm/trunk/engines/hugo/hugo.cpp
    strangerke at users.sourceforge.net 
    strangerke at users.sourceforge.net
       
    Thu Nov  4 00:56:34 CET 2010
    
    
  
Revision: 54054
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54054&view=rev
Author:   strangerke
Date:     2010-11-03 23:56:34 +0000 (Wed, 03 Nov 2010)
Log Message:
-----------
HUGO: Fix 'exit' command in DOS versions
Modified Paths:
--------------
    scummvm/trunk/engines/hugo/hugo.cpp
Modified: scummvm/trunk/engines/hugo/hugo.cpp
===================================================================
--- scummvm/trunk/engines/hugo/hugo.cpp	2010-11-03 23:45:23 UTC (rev 54053)
+++ scummvm/trunk/engines/hugo/hugo.cpp	2010-11-03 23:56:34 UTC (rev 54054)
@@ -284,7 +284,7 @@
 				break;
 			}
 		}
-		_status.doQuitFl = shouldQuit();            // update game quit flag
+		_status.doQuitFl |= shouldQuit();           // update game quit flag
 	}
 	return Common::kNoError;
 }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
    
    
More information about the Scummvm-git-logs
mailing list