Skip to content

Commit

Permalink
TsAGE: Fix dialog bug in scene 4150 (thanks [Md5] for reporting it)
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Apr 27, 2011
1 parent f584f2f commit 58d8f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld_scenes5.cpp
Expand Up @@ -2960,7 +2960,7 @@ void Scene4150::Hotspot3::doAction(int action) {
/*--------------------------------------------------------------------------*/

Scene4150::Scene4150() :
_hotspot1(0, CURSOR_LOOK, 4000, 17, CURSOR_USE, 4150, 21, CURSOR_TALK, 4150, 21,
_hotspot1(0, CURSOR_LOOK, 4150, 17, CURSOR_USE, 4150, 21, CURSOR_TALK, 4150, 21,
OBJECT_SCANNER, 4150, 22, OBJECT_STUNNER, 4150, 23, LIST_END),
_hotspot2(0, CURSOR_LOOK, 4150, 4, CURSOR_USE, 4150, 24, LIST_END),
_hotspot7(0, CURSOR_LOOK, 4150, 1, CURSOR_USE, 4150, 25, OBJECT_ROPE, 4150, 26, LIST_END),
Expand Down

0 comments on commit 58d8f8c

Please sign in to comment.