koda told me to put the finger in
authorsheepluva
Fri, 29 Apr 2016 23:52:44 +0200
changeset 11778 d8a9be46dede
parent 11777 77afc967f38e
child 11779 3ec3048c339c
koda told me to put the finger in
hedgewars/uTouch.pas
--- a/hedgewars/uTouch.pas	Fri Apr 29 23:42:37 2016 +0200
+++ b/hedgewars/uTouch.pas	Fri Apr 29 23:52:44 2016 +0200
@@ -642,7 +642,7 @@
 
     setLength(fingers, 4);
     for index := 0 to (Length(fingers)-1) do
-        fingers[index].id := 0;
+        fingers[index].id := nilFingerId;
 
     rectSize:= baseRectSize;
     halfRectSize:= baseRectSize shr 1;