Fixed a bug where OTTYPE would select the wrong size.

This commit is contained in:
Fireboyd78 2020-04-10 18:36:44 -07:00
parent 6a5af89aae
commit b162dfbd49

View File

@ -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)