1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Small changes.

This commit is contained in:
Niels 2010-10-02 20:40:36 +02:00
parent 086b13de41
commit 0100965a45
3 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,6 @@
program CRov;
{$IFNDEF PS_EXTENSION}
var
Client: TClient;
Simba_MainMenu: TMainMenu;
{$ENDIF}
//Crash recovery extension for Simba by Nielsie95
//http://villavu.com/forum/showthread.php?p=740535
const
Version = '0.6';
@ -231,7 +227,6 @@ begin
s := TStringList.Create;
try
s.Text := Script;
//WriteLn('Saving recovery file to "'+Title+'"');
s.SaveToFile(AppPath+Dir+Title);
SetFileInfo(Tab, AppPath+Dir+Title, Script);
finally

View File

@ -1,4 +1,6 @@
program AssociateFiles;
//File association extension for Simba by Nielsie95
//http://villavu.com/forum/showthread.php?t=56853
const
ExtensionsDef = 'simb,simba,sex';

View File

@ -1,4 +1,7 @@
program DTMEditor_Extension;
//(D)DTM Editor for Simba By Nielsie95
//http://villavu.com/forum/showthread.php?t=56151
{$ifndef PS_EXTENSION}
var
Client: TClient;