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

dreammaster dreammaster at scummvm.org
Sun Apr 5 21:29:16 CEST 2015


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:
d9168c8fae MADS: Fix placement of blowgun in easy mode


Commit: d9168c8fae304c0984b59d142dfc66e04b9fab36
    https://github.com/scummvm/scummvm/commit/d9168c8fae304c0984b59d142dfc66e04b9fab36
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-04-05T15:28:10-05:00

Commit Message:
MADS: Fix placement of blowgun in easy mode

Changed paths:
    engines/mads/game.cpp



diff --git a/engines/mads/game.cpp b/engines/mads/game.cpp
index b601a12..72d7988 100644
--- a/engines/mads/game.cpp
+++ b/engines/mads/game.cpp
@@ -115,8 +115,6 @@ void Game::run() {
 	_statusFlag = true;
 
 	while (!_vm->shouldQuit()) {
-		initializeGlobals();
-
 		if (_loadGameSlot == -1) {
 			startGame();
 		}






More information about the Scummvm-git-logs mailing list