[Scummvm-git-logs] scummvm master -> 51d88231b48dbdc35ab7c9a5f6d9bc8a809c983d
aquadran
noreply at scummvm.org
Wed Nov 6 14:47:42 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:
51d88231b4 WINTERMUTE: Fixing AmigaOS build
Commit: 51d88231b48dbdc35ab7c9a5f6d9bc8a809c983d
https://github.com/scummvm/scummvm/commit/51d88231b48dbdc35ab7c9a5f6d9bc8a809c983d
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2024-11-06T15:47:36+01:00
Commit Message:
WINTERMUTE: Fixing AmigaOS build
Changed paths:
engines/wintermute/base/gfx/3deffect_params.h
diff --git a/engines/wintermute/base/gfx/3deffect_params.h b/engines/wintermute/base/gfx/3deffect_params.h
index 285529eaab1..46b4673e09e 100644
--- a/engines/wintermute/base/gfx/3deffect_params.h
+++ b/engines/wintermute/base/gfx/3deffect_params.h
@@ -70,7 +70,7 @@ public:
bool _initialized;
Common::String _valString;
- int _valInt;
+ int32 _valInt;
float _valFloat;
DXVector4 _valVector;
bool _valBool;
More information about the Scummvm-git-logs
mailing list