Fixed switch bug, now even (much) faster

Updated aboutbox
This commit is contained in:
Christian Hammacher
2005-09-03 23:47:40 +00:00
parent fdbe0e2064
commit ea1d72401c
10 changed files with 29 additions and 52 deletions

View File

@ -55,7 +55,7 @@ begin
for i := 1 to ParamCount do
SendStudioMsg(SCM_LOADFILE, ParamStr(i), 0);
end;
exit;
//exit;
end;
Application.Initialize;
Application.Title := 'AMXX-Studio';