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

bluegr noreply at scummvm.org
Mon Mar 9 02:02:57 UTC 2026


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:
a941dfc5d7 CHAMBER: Change loadSplash return type to Graphics::Surface*


Commit: a941dfc5d76c0b57387125d132807d9aa764355b
    https://github.com/scummvm/scummvm/commit/a941dfc5d76c0b57387125d132807d9aa764355b
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2026-03-09T04:02:54+02:00

Commit Message:
CHAMBER: Change loadSplash return type to Graphics::Surface*

Changed paths:
    engines/chamber/script.cpp


diff --git a/engines/chamber/script.cpp b/engines/chamber/script.cpp
index 110d37718d5..58c7fef72da 100644
--- a/engines/chamber/script.cpp
+++ b/engines/chamber/script.cpp
@@ -2877,7 +2877,7 @@ static void AnimSaucer(void) {
 	}
 }
 
-extern int16 loadSplash(const char *filename);
+extern Graphics::Surface *loadSplash(const char *filename);
 
 /*
 TODO: check me




More information about the Scummvm-git-logs mailing list