[Scummvm-cvs-logs] scummvm master -> ea9fee35e80bcbb5040da4ea7d8de48d2fa339ae

Strangerke Strangerke at scummvm.org
Sun Feb 2 16:18:27 CET 2014


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:
ea9fee35e8 HOPKINS: Fix censorship issue introduced in a11f579a3f1690cf55c5402b8453fbaef6dd16fb


Commit: ea9fee35e80bcbb5040da4ea7d8de48d2fa339ae
    https://github.com/scummvm/scummvm/commit/ea9fee35e80bcbb5040da4ea7d8de48d2fa339ae
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-02-02T07:16:29-08:00

Commit Message:
HOPKINS: Fix censorship issue introduced in a11f579a3f1690cf55c5402b8453fbaef6dd16fb

Changed paths:
    engines/hopkins/hopkins.cpp



diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 0e86fa2..d6b7808 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -232,7 +232,7 @@ bool HopkinsEngine::runWin95Demo() {
 				if (!_globals->_censorshipFl)
 					_animMan->playAnim("BANQUE.ANM", "BANKUK.ANM", 200, 28, 200);
 				else
-					_animMan->playAnim("BANQUE.ANM", "BANKUK.ANM", 200, 28, 200);
+					_animMan->playAnim("BANKUK.ANM", "BANQUE.ANM", 200, 28, 200);
 				_soundMan->_specialSoundNum = 0;
 				_soundMan->removeSample(1);
 				_soundMan->removeSample(2);






More information about the Scummvm-git-logs mailing list