diff options
Diffstat (limited to 'Game/Code/lib/projectM/0.9/projectM.pas')
-rw-r--r-- | Game/Code/lib/projectM/0.9/projectM.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/projectM/0.9/projectM.pas b/Game/Code/lib/projectM/0.9/projectM.pas index 609448fd..cf98150e 100644 --- a/Game/Code/lib/projectM/0.9/projectM.pas +++ b/Game/Code/lib/projectM/0.9/projectM.pas @@ -16,7 +16,7 @@ uses const {$IFDEF win32} - libprojectM = 'libprojectM.dll'; + libprojectM = 'Libraries\libprojectM'; {$ELSE} libprojectM = 'libprojectM.so'; {$ENDIF} |