aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/bass/delphi/bass.pas
diff options
context:
space:
mode:
authorf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-15 21:51:36 +0000
committerf1fth_freed0m <f1fth_freed0m@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-04-15 21:51:36 +0000
commitfece8a800270788455962ed4b99a023210daaaf9 (patch)
tree08ed1403ea8b3180870f251bb6dc3f24dbe0d918 /Game/Code/lib/bass/delphi/bass.pas
parent0e714a8189d8f0586f0e9520a8ae55d09b9c32e8 (diff)
downloadusdx-fece8a800270788455962ed4b99a023210daaaf9.tar.gz
usdx-fece8a800270788455962ed4b99a023210daaaf9.tar.xz
usdx-fece8a800270788455962ed4b99a023210daaaf9.zip
Removed Libraries Dir because of problems with some dlls
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1022 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/bass/delphi/bass.pas')
-rw-r--r--Game/Code/lib/bass/delphi/bass.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/lib/bass/delphi/bass.pas b/Game/Code/lib/bass/delphi/bass.pas
index 0339e5a3..ba661699 100644
--- a/Game/Code/lib/bass/delphi/bass.pas
+++ b/Game/Code/lib/bass/delphi/bass.pas
@@ -771,7 +771,7 @@ type
// Functions
const
- bassdll = 'Libraries\bass.dll';
+ bassdll = 'bass.dll';
function BASS_SetConfig(option, value: DWORD): DWORD; stdcall; external bassdll;
function BASS_GetConfig(option: DWORD): DWORD; stdcall; external bassdll;