[Scummvm-git-logs] scummvm master -> 02ad1df50b5165ec679b45190e00c39216e8f6f3
sev-
sev at scummvm.org
Fri Jan 31 19:32:39 UTC 2020
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:
02ad1df50b WINTERMUTE: Fix Amiga build
Commit: 02ad1df50b5165ec679b45190e00c39216e8f6f3
https://github.com/scummvm/scummvm/commit/02ad1df50b5165ec679b45190e00c39216e8f6f3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-31T20:32:30+01:00
Commit Message:
WINTERMUTE: Fix Amiga build
Changed paths:
engines/wintermute/base/base_object.h
diff --git a/engines/wintermute/base/base_object.h b/engines/wintermute/base/base_object.h
index 1f6cc56..8ae62af 100644
--- a/engines/wintermute/base/base_object.h
+++ b/engines/wintermute/base/base_object.h
@@ -87,7 +87,7 @@ public:
bool updateOneSound(BaseSound *sound);
int32 _sFXVolume;
- virtual bool handleMouseWheel(int delta);
+ virtual bool handleMouseWheel(int32 delta);
virtual bool handleMouse(TMouseEvent event, TMouseButton button);
virtual bool handleKeypress(Common::Event *event, bool printable = false);
virtual int32 getHeight();
More information about the Scummvm-git-logs
mailing list