From 08ac48400b9cd669ef80c9ed0f1acf57743d6875 Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 27 Dec 2007 12:27:55 +0000 Subject: Added missing return-values (always true) to InitCore and LoadCore. Whiteshark: Please change this to the appropriate values. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@749 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UCore.pas | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Game/Code/Classes/UCore.pas b/Game/Code/Classes/UCore.pas index c150ff34..9718b2eb 100644 --- a/Game/Code/Classes/UCore.pas +++ b/Game/Code/Classes/UCore.pas @@ -376,6 +376,8 @@ begin //A little Test Hooks.AddSubscriber('Core/NewError', HookTest); + + result := true; end; //------------- @@ -384,6 +386,7 @@ end; Function TCore.InitCore: Boolean; begin //Dont Init s.th. atm. + result := true; end; //------------- -- cgit v1.2.3