aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/projectM/1.0/projectM.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/lib/projectM/1.0/projectM.pas')
-rw-r--r--Game/Code/lib/projectM/1.0/projectM.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/projectM/1.0/projectM.pas b/Game/Code/lib/projectM/1.0/projectM.pas
index 47da36cc..c16873af 100644
--- a/Game/Code/lib/projectM/1.0/projectM.pas
+++ b/Game/Code/lib/projectM/1.0/projectM.pas
@@ -16,7 +16,7 @@ uses
const
{$IFDEF win32}
- libprojectM = 'projectM-cwrapper.dll';
+ libprojectM = 'Libraries\projectM-cwrapper.dll';
{$ELSE}
libprojectM = 'libprojectM-cwrapper.so';
{$ENDIF}