mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 04:35:16 +00:00
DIRECTOR: LINGO: Changed warning to debug statement for lesser noise
This commit is contained in:
parent
de4513b6fa
commit
e5800af771
@ -3495,7 +3495,7 @@ void LB::b_scummvmNoFatalError(int nargs) {
|
||||
|
||||
g_director->_noFatalLingoError = (flag.asInt() != 0);
|
||||
|
||||
warning("scummvmNoFatalEror is set to %d", g_director->_noFatalLingoError);
|
||||
debug("> scummvmNoFatalEror is set to %d", g_director->_noFatalLingoError);
|
||||
}
|
||||
|
||||
void LB::b_getVolumes(int nargs) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user