[Scummvm-git-logs] scummvm master -> 8c063e95c2127c382d0ad0c5e77a83e44ef3c704

sev- sev at scummvm.org
Tue Nov 5 00:37:59 CET 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8c063e95c2 SCUMM HE: MBC: Fix debug output


Commit: 8c063e95c2127c382d0ad0c5e77a83e44ef3c704
    https://github.com/scummvm/scummvm/commit/8c063e95c2127c382d0ad0c5e77a83e44ef3c704
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-11-05T00:37:35+01:00

Commit Message:
SCUMM HE: MBC: Fix debug output

Changed paths:
    engines/scumm/he/moonbase/net_main.cpp


diff --git a/engines/scumm/he/moonbase/net_main.cpp b/engines/scumm/he/moonbase/net_main.cpp
index 4645f30..c46746a 100644
--- a/engines/scumm/he/moonbase/net_main.cpp
+++ b/engines/scumm/he/moonbase/net_main.cpp
@@ -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);
 }





More information about the Scummvm-git-logs mailing list