Skip to content

Commit

Permalink
WAGE: Hid debug message deeper
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Feb 14, 2016
1 parent db7d5aa commit 6cbd4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/wage/wage.cpp
Expand Up @@ -298,7 +298,7 @@ void WageEngine::performInitialSetup() {
_world->move(chr, _world->_scenes[key]);

if (chr->_playerCharacter)
warning("Initial scene: %s", key.c_str());
debug(0, "Initial scene: %s", key.c_str());
} else {
_world->move(chr, _world->getRandomScene());
}
Expand Down

0 comments on commit 6cbd4d4

Please sign in to comment.