1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Fixes to object loading

This commit is contained in:
Michał Janiszewski
2016-05-01 19:11:41 +02:00
parent 340997b365
commit ded905a259
3 changed files with 29 additions and 10 deletions

View File

@@ -32,6 +32,8 @@
#if defined(__i386__) || defined(_M_IX86)
#define PLATFORM_X86
#else
#define NO_RCT2 1
#endif
#if defined(__LP64__) || defined(_WIN64)