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

AndywinXp noreply at scummvm.org
Wed Jun 18 09:09:19 UTC 2025


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

Summary:
b3b50cfc9a LASTEXPRESS: Replace "0" with "false" on bool arg


Commit: b3b50cfc9a173d8f172562d7ce84dc8fb7591a95
    https://github.com/scummvm/scummvm/commit/b3b50cfc9a173d8f172562d7ce84dc8fb7591a95
Author: AndywinXp (andywinxp at gmail.com)
Date: 2025-06-18T11:09:12+02:00

Commit Message:
LASTEXPRESS: Replace "0" with "false" on bool arg

Changed paths:
    engines/lastexpress/game/credits.cpp


diff --git a/engines/lastexpress/game/credits.cpp b/engines/lastexpress/game/credits.cpp
index f941f531034..98b522cd7de 100644
--- a/engines/lastexpress/game/credits.cpp
+++ b/engines/lastexpress/game/credits.cpp
@@ -373,7 +373,7 @@ void LastExpressEngine::creditsMouse(Event *event) {
 }
 
 void LastExpressEngine::creditsTimer(Event *event) {
-	setEventTickInternal(0);
+	setEventTickInternal(false);
 }
 
 int32 LastExpressEngine::readTGAIntoMemory(const char *filename, TGAHeader *tgaHeader) {




More information about the Scummvm-git-logs mailing list