[Scummvm-git-logs] scummvm master -> 31ba2475d415146c0e583c633ff5e29e442ebaca
Die4Ever
30947252+Die4Ever at users.noreply.github.com
Sun Oct 24 22:21:20 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:
31ba2475d4 GROOVIE: disable cake tests by default
Commit: 31ba2475d415146c0e583c633ff5e29e442ebaca
https://github.com/scummvm/scummvm/commit/31ba2475d415146c0e583c633ff5e29e442ebaca
Author: Die4Ever (die4ever2005 at gmail.com)
Date: 2021-10-24T17:21:10-05:00
Commit Message:
GROOVIE: disable cake tests by default
Changed paths:
engines/groovie/logic/cake.cpp
diff --git a/engines/groovie/logic/cake.cpp b/engines/groovie/logic/cake.cpp
index 144849d3c1..3bef335066 100644
--- a/engines/groovie/logic/cake.cpp
+++ b/engines/groovie/logic/cake.cpp
@@ -82,7 +82,9 @@ CakeGame::CakeGame() : _random("CakeGame") {
}
}
+#if 0
testCake();
+#endif
}
void CakeGame::run(byte *scriptVariables) {
More information about the Scummvm-git-logs
mailing list