[Scummvm-cvs-logs] scummvm master -> 6098506a4215ac2bb72b141da837f3a4619b3ca3

Strangerke arnaud.boutonne at gmail.com
Wed May 25 23:59:38 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6098506a42 HUGO: Fix comments


Commit: 6098506a4215ac2bb72b141da837f3a4619b3ca3
    https://github.com/scummvm/scummvm/commit/6098506a4215ac2bb72b141da837f3a4619b3ca3
Author: strangerke (arnaud.boutonne at gmail.com)
Date: 2011-05-25T14:58:46-07:00

Commit Message:
HUGO: Fix comments

Changed paths:
    engines/hugo/hugo.cpp



diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp
index abde0fb..a08dbc0 100644
--- a/engines/hugo/hugo.cpp
+++ b/engines/hugo/hugo.cpp
@@ -533,8 +533,8 @@ void HugoEngine::initStatus() {
 	_status.recallFl         = false;               // Toolbar "recall" button
 	_status.newScreenFl      = false;               // Screen not just loaded
 	_status.godModeFl        = false;               // No special cheats allowed
-	_status.showBoundariesFl = false;               // No special cheats allowed
-	_status.doQuitFl         = false;               // Boundaries hidden by default
+	_status.showBoundariesFl = false;               // Boundaries hidden by default
+	_status.doQuitFl         = false;
 	_status.skipIntroFl      = false;
 	_status.helpFl           = false;
 






More information about the Scummvm-git-logs mailing list