[Scummvm-cvs-logs] scummvm master -> 561d7c88296b37713ee1f385f06c262ad53202d4

Strangerke Strangerke at scummvm.org
Sat Jun 4 15:04:32 CEST 2016


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:
561d7c8829 GNAP: Fix crash in scene 9


Commit: 561d7c88296b37713ee1f385f06c262ad53202d4
    https://github.com/scummvm/scummvm/commit/561d7c88296b37713ee1f385f06c262ad53202d4
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-06-04T14:53:46+02:00

Commit Message:
GNAP: Fix crash in scene 9

Changed paths:
    engines/gnap/scenes/group0.cpp



diff --git a/engines/gnap/scenes/group0.cpp b/engines/gnap/scenes/group0.cpp
index 438c160..e76fd9b 100644
--- a/engines/gnap/scenes/group0.cpp
+++ b/engines/gnap/scenes/group0.cpp
@@ -3379,7 +3379,7 @@ int Scene09::init() {
 }
 
 void Scene09::updateHotspots() {
-	_vm->setHotspot(kHS09Platypus, 0, 200, 0, 0, SF_WALKABLE | SF_TALK_CURSOR | SF_GRAB_CURSOR | SF_LOOK_CURSOR);
+	_vm->setHotspot(kHS09Platypus, 0, 0, 0, 0, SF_WALKABLE | SF_TALK_CURSOR | SF_GRAB_CURSOR | SF_LOOK_CURSOR);
 	_vm->setHotspot(kHS09ExitKitchen, 280, 200, 380, 400, SF_EXIT_U_CURSOR);
 	_vm->setHotspot(kHS09ExitHouse, 790, 200, 799, 450, SF_EXIT_R_CURSOR | SF_WALKABLE);
 	_vm->setHotspot(kHS09Trash, 440, 310, 680, 420, SF_PLAT_CURSOR | SF_TALK_CURSOR | SF_GRAB_CURSOR | SF_LOOK_CURSOR);






More information about the Scummvm-git-logs mailing list