Skip to content

Commit

Permalink
TSAGE: Fix cursor when leaving the scanner dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 25, 2013
1 parent 54eb4c2 commit 344bad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld2/ringworld2_logic.cpp
Expand Up @@ -2423,7 +2423,7 @@ void ScannerDialog::remove() {
switch (R2_GLOBALS._sceneManager._sceneNumber) {
case 1550:
case 1700:
R2_GLOBALS._events.setCursor(R2_GLOBALS._player._canWalk ? CURSOR_ARROW : CURSOR_USE);
R2_GLOBALS._events.setCursor(R2_GLOBALS._player._canWalk ? CURSOR_WALK : CURSOR_USE);
break;
case 3800:
case 3900: {
Expand Down

0 comments on commit 344bad6

Please sign in to comment.