Skip to content

Commit

Permalink
TSAGE: Fix R2R crashes saying 'unknown message'
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jan 8, 2012
1 parent 12d1a9d commit 5a9c189
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/tsage/ringworld2/ringworld2_logic.cpp
Expand Up @@ -342,6 +342,7 @@ void SceneExt::loadScene(int sceneNum) {
bool SceneExt::display(CursorType action, Event &event) {
switch (action) {
case CURSOR_CROSSHAIRS:
case CURSOR_WALK:
return false;
case CURSOR_LOOK:
SceneItem::display2(1, R2_GLOBALS._randomSource.getRandomNumber(4));
Expand Down

0 comments on commit 5a9c189

Please sign in to comment.