[Scummvm-git-logs] scummvm master -> e3151e69aafb771ddd017937648c1d3799e5efda

dreammaster dreammaster at scummvm.org
Mon Jul 5 03:46:01 UTC 2021


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:
e3151e69aa ANDROID: Compilation fix due to Point field changes


Commit: e3151e69aafb771ddd017937648c1d3799e5efda
    https://github.com/scummvm/scummvm/commit/e3151e69aafb771ddd017937648c1d3799e5efda
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-07-04T20:45:15-07:00

Commit Message:
ANDROID: Compilation fix due to Point field changes

Changed paths:
    backends/platform/android/events.cpp


diff --git a/backends/platform/android/events.cpp b/backends/platform/android/events.cpp
index a714082f1f..ccbc6e26ed 100644
--- a/backends/platform/android/events.cpp
+++ b/backends/platform/android/events.cpp
@@ -560,7 +560,7 @@ void OSystem_Android::pushEvent(int type, int arg1, int arg2, int arg3,
 			e.mouse = dynamic_cast<AndroidGraphicsManager *>(_graphicsManager)->getMousePosition();
 
 			{
-				int16 *c;
+				int32 *c;
 				int s;
 
 				if (arg2 == AKEYCODE_DPAD_UP || arg2 == AKEYCODE_DPAD_DOWN) {




More information about the Scummvm-git-logs mailing list