SCUMM HE: MBC: Fix debug output

This commit is contained in:
Eugene Sandulenko 2019-11-05 00:37:35 +01:00
parent 77ee206cd7
commit 8c063e95c2

View File

@ -394,7 +394,7 @@ void Net::remoteStartScript(int typeOfSend, int sendTypeParam, int priority, int
else
res += "]";
warning("STUB: Net::remoteStartScript(%d, %d, %d, %d, ...)", typeOfSend, sendTypeParam, priority, argsCount); // PN_RemoteStartScriptCommand
debug(1, "Net::remoteStartScript(%d, %d, %d, %d, ...)", typeOfSend, sendTypeParam, priority, argsCount); // PN_RemoteStartScriptCommand
remoteSendData(typeOfSend, sendTypeParam, PACKETTYPE_REMOTESTARTSCRIPT, res);
}