[Scummvm-git-logs] scummvm master -> 3b68380ca3872813f1d68fe57cf75e634202cd29
bluegr
bluegr at gmail.com
Sat Jul 13 08:15:45 CEST 2019
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:
3b68380ca3 SDL: Fix compiler warning and joystick event handling
Commit: 3b68380ca3872813f1d68fe57cf75e634202cd29
https://github.com/scummvm/scummvm/commit/3b68380ca3872813f1d68fe57cf75e634202cd29
Author: jepael (jepael at users.noreply.github.com)
Date: 2019-07-13T09:15:41+03:00
Commit Message:
SDL: Fix compiler warning and joystick event handling
Changed paths:
common/events.h
diff --git a/common/events.h b/common/events.h
index ff5d287..4b45d53 100644
--- a/common/events.h
+++ b/common/events.h
@@ -110,7 +110,7 @@ struct JoystickState {
* Some of the button indices match well-known game controller
* buttons. See JoystickButton.
*/
- byte button;
+ int8 button;
};
/**
More information about the Scummvm-git-logs
mailing list