Skip to content

Commit

Permalink
WAGE: Fix scene transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 5, 2016
1 parent 05ffd45 commit 8763ca4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/wage/wage.cpp
Expand Up @@ -367,7 +367,6 @@ void WageEngine::redrawScene() {
Scene *currentScene = _world->_player->_currentScene;
if (currentScene != NULL) {
//bool firstTime = (_lastScene != currentScene);
_lastScene = currentScene;

warning("STUB: WageEngine::redrawScene()");

Expand Down

0 comments on commit 8763ca4

Please sign in to comment.