Put diagnostic message into log when quitting due to end of input in demo replay mode
authorunc0rr
Tue, 21 Jul 2015 23:51:58 +0300
changeset 11026 b8022f4bea14
parent 11025 999afa63035f
child 11027 ba585693e19d
Put diagnostic message into log when quitting due to end of input in demo replay mode
hedgewars/uGame.pas
--- a/hedgewars/uGame.pas	Tue Jul 21 08:41:06 2015 -0400
+++ b/hedgewars/uGame.pas	Tue Jul 21 23:51:58 2015 +0300
@@ -108,6 +108,7 @@
                         break;
                         end;
                 gmtDemo, gmtRecord: begin
+                        AddFileLog('End of input, halting now');
                         GameState:= gsExit;
                         exit
                         end;