From a7659bea0fcdec8d1b34955f9c56b066ff27a3cb Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 22 Mar 2008 11:56:48 +0000 Subject: 0->nil git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@969 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Modis/SDK/UPartyDefs.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Modis') diff --git a/Modis/SDK/UPartyDefs.pas b/Modis/SDK/UPartyDefs.pas index 08f5fd44..0d6c4fb9 100644 --- a/Modis/SDK/UPartyDefs.pas +++ b/Modis/SDK/UPartyDefs.pas @@ -183,7 +183,7 @@ begin ModiInfo.ModiDeInit := ModiDeInit; //Call Service - Result := PluginInterface.CallService('Party/RegisterModi', Integer(@ModiInfo), 0); + Result := PluginInterface.CallService('Party/RegisterModi', Integer(@ModiInfo), nil); end; end. \ No newline at end of file -- cgit v1.2.3