[Scummvm-git-logs] scummvm master -> 9b1823d21120f86b23c303bd1084c2755c5b00cc
sev-
sev at scummvm.org
Fri Oct 22 20:07:27 UTC 2021
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:
9b1823d211 GROOVIE: Hid noisy warning
Commit: 9b1823d21120f86b23c303bd1084c2755c5b00cc
https://github.com/scummvm/scummvm/commit/9b1823d21120f86b23c303bd1084c2755c5b00cc
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-10-22T23:07:05+03:00
Commit Message:
GROOVIE: Hid noisy warning
Changed paths:
engines/groovie/logic/beehive.cpp
diff --git a/engines/groovie/logic/beehive.cpp b/engines/groovie/logic/beehive.cpp
index 5f5c750348..f8c308d551 100644
--- a/engines/groovie/logic/beehive.cpp
+++ b/engines/groovie/logic/beehive.cpp
@@ -20,6 +20,7 @@
*
*/
+#include "groovie/groovie.h"
#include "groovie/logic/beehive.h"
/*
@@ -55,7 +56,7 @@ void BeehiveGame::run(byte *scriptVariables) {
kBeehiveColorRed = 1
};
- warning("Beehive subop %d", op);
+ debugC(1, kDebugScript, "Beehive subop %d", op);
int8 v21, v22, v24;
int8 tempState[64];
More information about the Scummvm-git-logs
mailing list