Fix bug in checking fro 32/64 bit mismatch (#1101)

This commit is contained in:
Ross Scroggs
2020-02-19 08:10:10 -08:00
committed by GitHub
parent 9fd0562f98
commit cd1ca91b7f

View File

@@ -750,7 +750,7 @@ def doGAMVersion(checkForArgs=True):
f'{getOSPlatform()} {platform.machine()}\n'
f'Path: {GM_Globals[GM_GAM_PATH]}'))
if sys.platform.startswith('win') and \
cpu_bits != 32 and \
cpu_bits == 32 and \
platform.machine().find('64') != -1:
print(MESSAGE_UPDATE_GAM_TO_64BIT)
if timeOffset: