Skip to content

Commit

Permalink
TSAGE: R2R - Fix issue in ScannerDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Feb 8, 2014
1 parent b75da52 commit fd576f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tsage/ringworld2/ringworld2_logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,7 @@ void ScannerDialog::Button::reset() {
case 1800:
if (R2_GLOBALS._rimLocation < 1201)
scanner._obj4.setup(4, 3, 3);
else if (R2_GLOBALS._rimLocation < 1201)
else if (R2_GLOBALS._rimLocation > 1201)
scanner._obj4.setup(4, 3, 4);
else
scanner._obj4.setup(4, 3, 5);
Expand Down

0 comments on commit fd576f1

Please sign in to comment.