[Scummvm-cvs-logs] scummvm master -> 05250d14fa8c3b1d2d51066a18d2c96904733590

dreammaster dreammaster at scummvm.org
Mon Mar 9 13:57:49 CET 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:
05250d14fa MADS: Fix crash picking up bamboo stalk


Commit: 05250d14fa8c3b1d2d51066a18d2c96904733590
    https://github.com/scummvm/scummvm/commit/05250d14fa8c3b1d2d51066a18d2c96904733590
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2015-03-09T08:56:33-04:00

Commit Message:
MADS: Fix crash picking up bamboo stalk

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



diff --git a/engines/mads/nebular/nebular_scenes2.cpp b/engines/mads/nebular/nebular_scenes2.cpp
index 9d5e218..164b943 100644
--- a/engines/mads/nebular/nebular_scenes2.cpp
+++ b/engines/mads/nebular/nebular_scenes2.cpp
@@ -3462,6 +3462,7 @@ void Scene209::actions() {
 
 		case 3:
 			_scene->_sprites.remove(_globals._spriteIndexes[11]);
+			_scene->_spriteSlots.fullRefresh(true);
 			break;
 		}
 		_action._inProgress = false;






More information about the Scummvm-git-logs mailing list