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

mduggan mgithub at guarana.org
Wed Jul 7 11:46:12 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:
fc6ab2b3e0 ANDROID: Revert Compilation fix due to Point field changes


Commit: fc6ab2b3e044dc6bb4fd8876249db5b4051ff0ed
    https://github.com/scummvm/scummvm/commit/fc6ab2b3e044dc6bb4fd8876249db5b4051ff0ed
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2021-07-07T20:45:52+09:00

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

This reverts commit e3151e69aafb771ddd017937648c1d3799e5efda.

The Rect change that needed this change has now been reverted, so revert this
too.

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


diff --git a/backends/platform/android/events.cpp b/backends/platform/android/events.cpp
index ccbc6e26ed..a714082f1f 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();
 
 			{
-				int32 *c;
+				int16 *c;
 				int s;
 
 				if (arg2 == AKEYCODE_DPAD_UP || arg2 == AKEYCODE_DPAD_DOWN) {




More information about the Scummvm-git-logs mailing list