Skip to content

Commit

Permalink
TSAGE: Fix for R2R freeze returning to scene 2000 from 2425
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 27, 2013
1 parent fdabdae commit 40b91e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/tsage/ringworld2/ringworld2_scenes2.cpp
Expand Up @@ -1003,6 +1003,8 @@ void Scene2000::signal() {
g_globals->_sceneManager.changeScene(2350);
break;
default:
R2_GLOBALS._v56AAB = 0;
R2_GLOBALS._player.enableControl();
break;
}
}
Expand Down

0 comments on commit 40b91e5

Please sign in to comment.