whoops, I initialized my new var incorrectly ui-scaling
authorsheepluva
Tue, 15 May 2018 23:47:07 +0200
branchui-scaling
changeset 13387 706b34d0ce60
parent 13386 72bbccf9a715
child 13388 32a1696ca93a
whoops, I initialized my new var incorrectly
hedgewars/uChat.pas
--- a/hedgewars/uChat.pas	Tue May 15 17:05:40 2018 +0200
+++ b/hedgewars/uChat.pas	Tue May 15 23:47:07 2018 +0200
@@ -1257,7 +1257,7 @@
 
     LastChatScaleValue:= 0;
     LastUIScaleValue:= 0;
-    SkipNextInput:= true;
+    SkipNextInput:= false;
 
     InputLinePrefix.Tex:= nil;
     UpdateInputLinePrefix();