[Scummvm-git-logs] scummvm master -> 354420689f77c5dba192824c1db28a341a091def
bluegr
noreply at scummvm.org
Mon Mar 9 02:02:08 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:
354420689f CHAMBER: Change loadSplash return type to Graphics::Surface*
Commit: 354420689f77c5dba192824c1db28a341a091def
https://github.com/scummvm/scummvm/commit/354420689f77c5dba192824c1db28a341a091def
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2026-03-09T04:02:05+02:00
Commit Message:
CHAMBER: Change loadSplash return type to Graphics::Surface*
Changed paths:
engines/chamber/resdata.cpp
diff --git a/engines/chamber/resdata.cpp b/engines/chamber/resdata.cpp
index c82fca622bc..d898203b8ee 100644
--- a/engines/chamber/resdata.cpp
+++ b/engines/chamber/resdata.cpp
@@ -29,7 +29,7 @@
namespace Chamber {
extern void askDisk2(void);
-extern int16 loadSplash(const char *filename);
+extern Graphics::Surface *loadSplash(const char *filename);
/*
Get bank entry
More information about the Scummvm-git-logs
mailing list