[Scummvm-git-logs] scummvm master -> b34a3592712fd2badcb55e1da645ff601d73431f
aquadran
noreply at scummvm.org
Mon Aug 11 10:38:56 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:
b34a359271 WINTERMUTE: Attempt to fix AmigaOS4 target
Commit: b34a3592712fd2badcb55e1da645ff601d73431f
https://github.com/scummvm/scummvm/commit/b34a3592712fd2badcb55e1da645ff601d73431f
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2025-08-11T12:38:51+02:00
Commit Message:
WINTERMUTE: Attempt to fix AmigaOS4 target
Changed paths:
engines/wintermute/ad/ad_scene_geometry.cpp
diff --git a/engines/wintermute/ad/ad_scene_geometry.cpp b/engines/wintermute/ad/ad_scene_geometry.cpp
index a411e6f8d6d..f97fbf78b9e 100644
--- a/engines/wintermute/ad/ad_scene_geometry.cpp
+++ b/engines/wintermute/ad/ad_scene_geometry.cpp
@@ -311,7 +311,7 @@ bool AdSceneGeometry::loadFile(const char *filename) {
createLights();
if (_lights.getSize() > 0) {
- setActiveLight(0);
+ setActiveLight((int32)0);
}
delete loader;
More information about the Scummvm-git-logs
mailing list