Diff
Not logged in

Differences From Artifact [045b845268918546]:

To Artifact [95ed42a2d89e1fef]:


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