Codechange: rename _SQ64 into POINTER_IS_64BIT (#9313)

This commit is contained in:
Patric Stout
2021-05-30 10:40:03 +02:00
committed by GitHub
parent 8c273ed598
commit bcd7a7aafe
6 changed files with 9 additions and 9 deletions

View File

@@ -126,7 +126,7 @@ char *CrashLog::LogOpenTTDVersion(char *buffer, const char *last) const
_openttd_revision,
_openttd_revision_modified,
_openttd_newgrf_version,
#ifdef _SQ64
#ifdef POINTER_IS_64BIT
64,
#else
32,