hedgewars/uTouch.pas
branchqmlfrontend
changeset 11403 b894922d58cc
parent 11224 24bafdcf1860
child 11592 49b2dcfb89d0
--- a/hedgewars/uTouch.pas	Tue Sep 08 19:20:58 2015 +0300
+++ b/hedgewars/uTouch.pas	Mon Nov 16 22:57:24 2015 +0300
@@ -63,6 +63,7 @@
 
 const
     clickTime = 200;
+    nilFingerId = High(TSDL_FingerId);
     baseRectSize = 96;
 
 var
@@ -295,7 +296,7 @@
     end;
 
 if targetting then
-    AddCaption('Press the target button to mark the target', cWhiteColor, capgrpAmmoInfo);
+    AddCaption(trmsg[sidPressTarget], cWhiteColor, capgrpAmmoInfo);
 
 deleteFinger(pointerId);
 end;