1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Fix condition guarding memory checksum verification

This commit is contained in:
Michał Janiszewski
2016-06-20 00:05:03 +02:00
parent 402e5a32a0
commit 5a7bbf71fe

View File

@@ -571,7 +571,7 @@ bool openrct2_setup_rct2_segment()
}
#endif // defined(__unix__)
#if !defined(NO_RCT2) || !defined(__WINDOWS__)
#if !defined(NO_RCT2) && !defined(__WINDOWS__)
// Check that the expected data is at various addresses.
// Start at 0x9a6000, which is start of .data, to skip the region containing addresses to DLL
// calls, which can be changed by windows/wine loader.