aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu
diff options
context:
space:
mode:
authorjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-19 13:13:37 +0000
committerjaybinks <jaybinks@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-09-19 13:13:37 +0000
commit84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7 (patch)
tree1356601393266644728a0ee1d1e3cc26dab4a135 /Game/Code/Menu
parent90bf63406cd1dbcc9c041a858ef2f030d58f1f25 (diff)
downloadusdx-84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7.tar.gz
usdx-84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7.tar.xz
usdx-84beb7412eaca48cbf5c9915b83e5f8c79c9a0e7.zip
fixes to get working in lazarus..
compiling, linking, starting to run.. just fixing stuff :) git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@397 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Menu')
-rw-r--r--Game/Code/Menu/UDisplay.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Menu/UDisplay.pas b/Game/Code/Menu/UDisplay.pas
index 160e8a73..ed65d62d 100644
--- a/Game/Code/Menu/UDisplay.pas
+++ b/Game/Code/Menu/UDisplay.pas
@@ -62,7 +62,7 @@ implementation
uses
{$IFDEF FPC}
- lazjpeg,
+ ulazjpeg,
{$ELSE}
JPEG,
{$ENDIF}