force Eolite rebuild

git-svn-id: svn://kolibrios.org@7816 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2020-04-20 09:50:47 +00:00
parent aedad3581d
commit 2d68dc5bfc

View File

@ -163,7 +163,7 @@ void main()
dword id;
byte count_sl = 0;
rand_n = random(40);
rand_n = random(80);
load_libraries();
@ -1209,7 +1209,6 @@ void EventHistoryGoForward()
void EventOpenNewEolite()
{
//if (Form.left==98) MoveSize(Form.left-20,Form.top-20,OLD,OLD);
RunProgram(I_Path, #path);
}