Skip to content

Commit c3622ba

Browse files
committed
Disabled retail compatibility.
1 parent fbec8eb commit c3622ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/GameEngine/Include/Common/GameDefines.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
#endif
8585

8686
#ifndef RETAIL_COMPATIBLE_CRC
87-
#define RETAIL_COMPATIBLE_CRC (1) // Game is expected to be CRC compatible with retail Generals 1.08, Zero Hour 1.04
87+
#define RETAIL_COMPATIBLE_CRC (0) // Game is expected to be CRC compatible with retail Generals 1.08, Zero Hour 1.04
8888
#endif
8989

9090
#ifndef RETAIL_COMPATIBLE_XFER_SAVE

0 commit comments

Comments
 (0)