fix compile

This commit is contained in:
Chris Danford
2006-05-04 12:28:00 +00:00
parent eddc3c288b
commit 5ca5579e17
+2 -2
View File
@@ -31,9 +31,9 @@
SetCompress auto ; (can be off or force) SetCompress auto ; (can be off or force)
SetDatablockOptimize on ; (can be off) SetDatablockOptimize on ; (can be off)
!ifdef CRC_CHECK !ifdef CRC_CHECK
CRCCheck on; CRCCheck on
!else !else
CRCCheck off; CRCCheck off
!endif !endif
AutoCloseWindow true ; (can be true for the window go away automatically at end) AutoCloseWindow true ; (can be true for the window go away automatically at end)