diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/lib/projectM/projectM.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/lib/projectM/projectM.pas b/Game/Code/lib/projectM/projectM.pas index 29e9a60c..4adba17d 100644 --- a/Game/Code/lib/projectM/projectM.pas +++ b/Game/Code/lib/projectM/projectM.pas @@ -178,7 +178,7 @@ type private data: Pointer; public - {$IF PROJECTM_VERSION < 1000000} + {$IF PROJECTM_VERSION < 1000000} // 0.9x constructor Create(gx, gy: integer; fps: integer; texsize: integer; width, height: integer; const presetsDir, fontsDir: string; @@ -214,7 +214,7 @@ type keycode: TProjectMKeycode; modifier: TProjectMModifier); - {$IF PROJECTM_VERSION >= 1010000} + {$IF PROJECTM_VERSION > 1000000} // > 1.01 procedure Settings(var settings: TSettings); {$IFEND} |