From b162dfbd494cb49c9ec2c1efcdf233cb830f7558 Mon Sep 17 00:00:00 2001 From: Fireboyd78 Date: Fri, 10 Apr 2020 18:36:44 -0700 Subject: [PATCH] Fixed a bug where OTTYPE would select the wrong size. --- src_rebuild/GAME/C/SYSTEM.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src_rebuild/GAME/C/SYSTEM.H b/src_rebuild/GAME/C/SYSTEM.H index d789f54e..8fdff6a8 100644 --- a/src_rebuild/GAME/C/SYSTEM.H +++ b/src_rebuild/GAME/C/SYSTEM.H @@ -15,9 +15,9 @@ extern int pathAILoaded; extern char* LoadingScreenNames[]; #ifdef USE_32_BIT_ADDR -typedef uint64_t OTTYPE; -#else typedef unsigned long OTTYPE; +#else +typedef uint64_t OTTYPE; #endif // USE_32_BIT_ADDR typedef struct DB // hashcode: 0xE4F25C4D (dec: -453878707)