Skip to content

Commit

Permalink
TSAGE: R2R - comment out some noisy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 13, 2013
1 parent df0e33a commit 842021e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion engines/tsage/ringworld2/ringworld2_scenes1.cpp
Expand Up @@ -8795,6 +8795,7 @@ void Scene1550::enterArea() {
}

if (R2_GLOBALS._sceneManager._sceneNumber == 1550){
#if 0
warning("Mouse_hideIfNeeded()");
warning("gfx_set_pane_p");
for (int i = 3; i != 168; ++i) {
Expand All @@ -8804,6 +8805,7 @@ void Scene1550::enterArea() {
}
warning("Missing sub2957D()");
warning("gfx_set_pane_p()");
#endif
R2_GLOBALS._sceneManager._fadeMode = FADEMODE_IMMEDIATE;

if (varA == 0) {
Expand All @@ -8819,7 +8821,7 @@ void Scene1550::enterArea() {
if (R2_GLOBALS._sceneManager._hasPalette)
_sceneResourceId = varA;

warning("sub_2C429()");
// warning("sub_2C429()");
}
}

Expand Down

0 comments on commit 842021e

Please sign in to comment.