Skip to content

Commit

Permalink
GNAP: Fix crash in scene 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jun 4, 2016
1 parent 5ca1168 commit 561d7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/gnap/scenes/group0.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 561d7c8

Please sign in to comment.