[Scummvm-cvs-logs] scummvm master -> 355fa444caadfc951ba289bf23fc275f949bf36e

dreammaster dreammaster at scummvm.org
Sun Apr 5 03:41:25 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:
355fa444ca MADS: Fix throwing burger in the different difficulty modes


Commit: 355fa444caadfc951ba289bf23fc275f949bf36e
    https://github.com/scummvm/scummvm/commit/355fa444caadfc951ba289bf23fc275f949bf36e
Author: unknown (dreammaster at scummvm.org)
Date: 2015-04-04T21:40:21-05:00

Commit Message:
MADS: Fix throwing burger in the different difficulty modes

Changed paths:
    engines/mads/nebular/nebular_scenes1.cpp



diff --git a/engines/mads/nebular/nebular_scenes1.cpp b/engines/mads/nebular/nebular_scenes1.cpp
index 047dc1f..0a62e37 100644
--- a/engines/mads/nebular/nebular_scenes1.cpp
+++ b/engines/mads/nebular/nebular_scenes1.cpp
@@ -2637,7 +2637,7 @@ void Scene109::actions() {
 							break;
 
 						case OBJ_BURGER:
-							_hoovicDifficultFl = (_game._difficulty == DIFFICULTY_EASY);
+							_hoovicDifficultFl = (_game._difficulty == DIFFICULTY_HARD);
 							_globals._spriteIndexes[8] = _scene->_sprites.addSprites(formAnimName('H', (_hoovicDifficultFl ? 3 : 1)));
 							break;
 						}






More information about the Scummvm-git-logs mailing list