mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 21:59:17 +00:00
WAGE: Hid debug message deeper
This commit is contained in:
parent
db7d5aa218
commit
6cbd4d4749
@ -298,7 +298,7 @@ void WageEngine::performInitialSetup() {
|
|||||||
_world->move(chr, _world->_scenes[key]);
|
_world->move(chr, _world->_scenes[key]);
|
||||||
|
|
||||||
if (chr->_playerCharacter)
|
if (chr->_playerCharacter)
|
||||||
warning("Initial scene: %s", key.c_str());
|
debug(0, "Initial scene: %s", key.c_str());
|
||||||
} else {
|
} else {
|
||||||
_world->move(chr, _world->getRandomScene());
|
_world->move(chr, _world->getRandomScene());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user