[Scummvm-git-logs] scummvm master -> ec0bb32de194afadf7e3e71df1e8ef0d1efa52e1
lephilousophe
noreply at scummvm.org
Tue Oct 29 17:51:18 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:
ec0bb32de1 WINTERMUTE: Fix AmigaOS build (int32 vs int)
Commit: ec0bb32de194afadf7e3e71df1e8ef0d1efa52e1
https://github.com/scummvm/scummvm/commit/ec0bb32de194afadf7e3e71df1e8ef0d1efa52e1
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-10-29T18:48:19+01:00
Commit Message:
WINTERMUTE: Fix AmigaOS build (int32 vs int)
Changed paths:
engines/wintermute/ext/wme_vlink.h
diff --git a/engines/wintermute/ext/wme_vlink.h b/engines/wintermute/ext/wme_vlink.h
index 56eb8a0bab2..e8f724db3d3 100644
--- a/engines/wintermute/ext/wme_vlink.h
+++ b/engines/wintermute/ext/wme_vlink.h
@@ -46,7 +46,7 @@ private:
Common::Mutex _frameMutex;
Video::VideoDecoder *_videoDecoder{};
Graphics::Surface _surface;
- int _volume;
+ int32 _volume;
bool _videoFinished;
bool _updateNeeded;
int32 _frame;
More information about the Scummvm-git-logs
mailing list