aboutsummaryrefslogtreecommitdiffstats
path: root/Modis
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-22 11:56:48 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-22 11:56:48 +0000
commita7659bea0fcdec8d1b34955f9c56b066ff27a3cb (patch)
treee33af5904183f1d7fd0afa39bf1e293393dfbdcc /Modis
parentac6a07afa7d6c1e739683a6fd70febdebe6ff141 (diff)
downloadusdx-a7659bea0fcdec8d1b34955f9c56b066ff27a3cb.tar.gz
usdx-a7659bea0fcdec8d1b34955f9c56b066ff27a3cb.tar.xz
usdx-a7659bea0fcdec8d1b34955f9c56b066ff27a3cb.zip
0->nil
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@969 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Modis')
-rw-r--r--Modis/SDK/UPartyDefs.pas2
1 files changed, 1 insertions, 1 deletions
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