[Scummvm-git-logs] scummvm master -> ee5ab5857a39762c62f4e8d6ecf15217e667bf94
sev-
sev at scummvm.org
Fri Jan 31 19:41:09 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:
ee5ab5857a WINTERMUTE: More Amiga fixes
Commit: ee5ab5857a39762c62f4e8d6ecf15217e667bf94
https://github.com/scummvm/scummvm/commit/ee5ab5857a39762c62f4e8d6ecf15217e667bf94
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-01-31T20:41:00+01:00
Commit Message:
WINTERMUTE: More Amiga fixes
Changed paths:
engines/wintermute/ui/ui_window.h
diff --git a/engines/wintermute/ui/ui_window.h b/engines/wintermute/ui/ui_window.h
index ecd470b..936c863 100644
--- a/engines/wintermute/ui/ui_window.h
+++ b/engines/wintermute/ui/ui_window.h
@@ -44,7 +44,7 @@ public:
void cleanup();
virtual void makeFreezable(bool freezable) override;
- virtual bool handleMouseWheel(int delta) override;
+ virtual bool handleMouseWheel(int32 delta) override;
bool close();
bool goSystemExclusive();
More information about the Scummvm-git-logs
mailing list