X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FSettingsObject.c;h=a241fe504b3dda63c204c1de7e6abc9fbd059ad1;hb=8d3d7d213a9691455a49544624bf380e85f43461;hp=06c656b9112e776595d7f640f7d86e378cade50e;hpb=b15916f3e0650dc610705ea662bfbcd25099cce8;p=rocksndiamonds.git diff --git a/src/game_sp/SettingsObject.c b/src/game_sp/SettingsObject.c index 06c656b9..a241fe50 100644 --- a/src/game_sp/SettingsObject.c +++ b/src/game_sp/SettingsObject.c @@ -13,14 +13,17 @@ // --- MTSTransactionMode = 0 'NotAnMTSObject // NotAnMTSObject // --- END -static char *VB_Name = "SettingsObject"; -static boolean VB_GlobalNameSpace = False; -static boolean VB_Creatable = True; -static boolean VB_PredeclaredId = False; -static boolean VB_Exposed = False; +// static char *VB_Name = "SettingsObject"; +// static boolean VB_GlobalNameSpace = False; +// static boolean VB_Creatable = True; +// static boolean VB_PredeclaredId = False; +// static boolean VB_Exposed = False; + // --- Option Explicit // --- Option Compare Text +#if 0 + const char *AppName = "MegaPlex"; const char *Config = "Config"; @@ -38,3 +41,4 @@ int SettingsObject_Read(char *ValName, int Default) return Read; } +#endif