[Scummvm-git-logs] scummvm master -> b5241de05cfcc4b8101978e31158b0000a489321

neuromancer noreply at scummvm.org
Sun Sep 29 07:12:49 UTC 2024


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:
b5241de05c FREESCAPE: removed assert


Commit: b5241de05cfcc4b8101978e31158b0000a489321
    https://github.com/scummvm/scummvm/commit/b5241de05cfcc4b8101978e31158b0000a489321
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2024-09-29T09:14:18+02:00

Commit Message:
FREESCAPE: removed assert

Changed paths:
    engines/freescape/games/castle/zx.cpp


diff --git a/engines/freescape/games/castle/zx.cpp b/engines/freescape/games/castle/zx.cpp
index 724bcdf420d..d1cf3a61b3b 100644
--- a/engines/freescape/games/castle/zx.cpp
+++ b/engines/freescape/games/castle/zx.cpp
@@ -114,7 +114,6 @@ void CastleEngine::loadAssetsZXFullGame() {
 	switch (_language) {
 		case Common::ES_ESP:
 			loadRiddles(&file, 0x1470 - 4 - 2 - 9 * 2, 9);
-			assert(0);
 			loadMessagesVariableSize(&file, 0xf3d, 71);
 			load8bitBinary(&file, 0x6aab - 2, 16);
 			loadSpeakerFxZX(&file, 0xca0, 0xcdc);




More information about the Scummvm-git-logs mailing list