Skip to content

Commit

Permalink
TSAGE: R2R - Fix bug #6508 - Dish status not set properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Jan 29, 2014
1 parent 0036934 commit 7223483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/tsage/ringworld2/ringworld2_scenes1.cpp
Expand Up @@ -7773,7 +7773,7 @@ void Scene1550::signal() {
_dishControlsWindow.remove();
_sceneMode = 20;
setAction(&_sequenceManager1, this, 1566, &_dish, &_dishTowerShadow, NULL);
R2_GLOBALS.setFlag(21);
R2_GLOBALS.setFlag(19);
break;
case 24:
_dishControlsWindow.remove();
Expand Down Expand Up @@ -8699,7 +8699,7 @@ void Scene1550::enterArea() {
warning("missing for loop, to be implemented");
warning("gfx_draw_slice");
}
warning("Missing sub2957D()");
warning("gfx_flip_screen()");
warning("gfx_set_pane_p()");
#endif
R2_GLOBALS._sceneManager._fadeMode = FADEMODE_IMMEDIATE;
Expand Down

0 comments on commit 7223483

Please sign in to comment.