No longer crashes if missing events.dat
This commit is contained in:
parent
c7bc65c4a8
commit
439eb2a052
|
@ -22,7 +22,9 @@ Begin
|
||||||
Session.SystemLog ('*EVENT EDITOR*');
|
Session.SystemLog ('*EVENT EDITOR*');
|
||||||
|
|
||||||
Assign (Session.EventFile, Config.DataPath + 'events.dat');
|
Assign (Session.EventFile, Config.DataPath + 'events.dat');
|
||||||
Reset (Session.EventFile);
|
{$I-} Reset (Session.EventFile); {$I+}
|
||||||
|
If IoResult <> 0 Then ReWrite(Session.EventFile);
|
||||||
|
|
||||||
Repeat
|
Repeat
|
||||||
Session.io.OutFullLn ('|CL|14Event Editor|CR|CR|09### Name|CR--- ------------------------------ -----|14');
|
Session.io.OutFullLn ('|CL|14Event Editor|CR|CR|09### Name|CR--- ------------------------------ -----|14');
|
||||||
Reset (Session.EventFile);
|
Reset (Session.EventFile);
|
||||||
|
|
Loading…
Reference in New Issue