From 4fcb2bd721919ee9bef62a8f70e9d36fc05fc90c Mon Sep 17 00:00:00 2001 From: tobigun Date: Tue, 4 Nov 2008 13:32:26 +0000 Subject: - switches.inc removed from ModiSDK.pas and StrUtils.pas as the plugins do not find it - FPC compatibility (Assembler mode set, Mode-delphi set, ...) - Plugin "Don't get worse" updated for USDX 1.1 compatibility - Other plugins need to be updated too. Perhaps include them to the main project later. Note that the party mode is disabled at the moment so plugins will not work. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1499 b956fd51-792f-4845-bead-9b4dfca2ff2c --- plugins/Don't_Get_Worse/Hold_The_Line.dpr | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'plugins/Don't_Get_Worse/Hold_The_Line.dpr') diff --git a/plugins/Don't_Get_Worse/Hold_The_Line.dpr b/plugins/Don't_Get_Worse/Hold_The_Line.dpr index a197d51b..8ac4b2e7 100644 --- a/plugins/Don't_Get_Worse/Hold_The_Line.dpr +++ b/plugins/Don't_Get_Worse/Hold_The_Line.dpr @@ -1,9 +1,10 @@ library Hold_The_Line; uses - ModiSDK in '..\SDK\ModiSDK.pas', + ModiSDK in '..\SDK\ModiSDK.pas', StrUtils in '..\SDK\StrUtils.pas', - OpenGL12, + moduleloader in '..\..\src\lib\JEDI-SDL\SDL\Pas\moduleloader.pas', + gl in '..\..\src\lib\JEDI-SDL\OpenGL\Pas\gl.pas', Windows; var @@ -84,8 +85,6 @@ begin PlayerTimes[I] := 0; end; - LoadOpenGL; - Result := True; end; -- cgit v1.2.3