Diff
Not logged in

Differences From Artifact [045b845268918546]:

To Artifact [95ed42a2d89e1fef]:


33 33 if(flushed) 34 34 return; 35 35 36 36 log ~= c; 37 37 score_log ~= g.score; 38 38 if(finished || log.length+1==g.map.W*g.map.H) 39 39 flush(); 40 + if(log.length+1==g.map.W*g.map.H) 41 + application_exit(); 40 42 } 41 43 42 44 private: 43 45 string log; 44 46 long[] score_log; 45 47 bool flushed; 46 48