1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Fix #5617, PLATFORM_MODIFIER defined twice for macOS correctly (#5633)

* Fix #5617, PLATFORM_MODIFIER defined twice for macOS correctly

And revert incorrect 'fix'

* Remove all keyboard defines from platform.h
This commit is contained in:
Richard Jenkins
2017-06-18 20:47:51 +01:00
committed by Michael Steenbeek
parent 08230f047c
commit 306d2623ef

View File

@@ -42,11 +42,6 @@ typedef struct rct2_install_info rct2_install_info;
#define CTRL 0x200
#define ALT 0x400
#define CMD 0x800
#ifdef __APPLE__
#define PLATFORM_MODIFIER CMD
#else
#define PLATFORM_MODIFIER CTRL
#endif
typedef struct resolution {
sint32 width, height;