Skip to content

Commit

Permalink
TSAGE: Remove a couple of useless/obsolete warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Nov 24, 2013
1 parent 250d15c commit 793f2c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions engines/tsage/blue_force/blueforce_scenes3.cpp
Expand Up @@ -1978,12 +1978,7 @@ void Scene340::Action8::signal() {

setDelay(6);
break;
case 4:
remove();
break;
default:
// This is present in the original game
warning("Bugs");
remove();
break;
}
Expand Down
2 changes: 1 addition & 1 deletion engines/tsage/ringworld/ringworld_scenes10.cpp
Expand Up @@ -1870,7 +1870,7 @@ void Scene9900::signal() {
setAction(&_sequenceManager, this, 9908, &_object1, &_object2, &_object3, &_object4, &_object5, &_object6);
break;
case 162:
warning("TBC: shutdown();");
// shutdown();
g_globals->_game->quitGame();
break;
case 9901:
Expand Down

0 comments on commit 793f2c4

Please sign in to comment.