From 5ca5579e17fcbe53598f04a4a4a2ebc3c86dd098 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 4 May 2006 12:28:00 +0000 Subject: [PATCH] fix compile --- stepmania/stepmania.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index 92e8587c82..4a6075bbb3 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -31,9 +31,9 @@ SetCompress auto ; (can be off or force) SetDatablockOptimize on ; (can be off) !ifdef CRC_CHECK - CRCCheck on; + CRCCheck on !else - CRCCheck off; + CRCCheck off !endif AutoCloseWindow true ; (can be true for the window go away automatically at end)