aboutsummaryrefslogtreecommitdiffstats
path: root/Modis
diff options
context:
space:
mode:
Diffstat (limited to 'Modis')
-rw-r--r--Modis/SDK/ModiSDK.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Modis/SDK/ModiSDK.pas b/Modis/SDK/ModiSDK.pas
index d8bad0d2..0127a65c 100644
--- a/Modis/SDK/ModiSDK.pas
+++ b/Modis/SDK/ModiSDK.pas
@@ -5,9 +5,9 @@ interface
type //PluginInfo, for Init
TPluginInfo = record
//Info
- Name: Array [0..32] of Char; //Modi to Register for the Plugin
- Creator: Array [0..32] of Char; //Name of the Author
- PluginDesc: Array [0..64] of Char; //Plugin Description
+ Name : Array [0..32] of Char; //Modi to Register for the Plugin
+ Creator : Array [0..32] of Char; //Name of the Author
+ PluginDesc : Array [0..64] of Char; //Plugin Description
//Plugin Typ, atm: 8 only for PartyMode Modi
Case Typ: byte of