diff options
Diffstat (limited to 'Game/Code')
-rw-r--r-- | Game/Code/UltraStar.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/UltraStar.dpr b/Game/Code/UltraStar.dpr index 788b1018..09acffb3 100644 --- a/Game/Code/UltraStar.dpr +++ b/Game/Code/UltraStar.dpr @@ -59,7 +59,7 @@ uses {$IFDEF UseProjectM_0_9} projectM in 'lib\projectM\0.9\projectM.pas', {$ENDIF} - {$IFDEF UseProjectM_1_0} + {$IFDEF UseProjectM_1_0_PLUS} projectM in 'lib\projectM\1.0\projectM.pas', {$ENDIF} |