DIRECTOR: LINGO: Improved debug output

This commit is contained in:
Eugene Sandulenko 2019-11-28 23:45:08 +01:00
parent 3959797b85
commit 07ad932262

View File

@ -306,7 +306,7 @@ void Lingo::processEvent(LEvent event, ScriptType st, int entityId) {
executeScript(st, entityId, 0); // D3 list of scripts.
} else {
debugC(3, kDebugLingoExec, "STUB: processEvent(%s) for %d", _eventHandlerTypes[event], entityId);
debugC(3, kDebugLingoExec, "STUB: processEvent(%s, %s, %d)", _eventHandlerTypes[event], scriptType2str(st), entityId);
}
}