hedgewars/uWorld.pas
changeset 15436 617f4c092e3d
parent 15209 fe79f62ef158
child 15459 b9b48e8b5ec4
child 15816 b0fe8c8d0bb5
--- a/hedgewars/uWorld.pas	Sun Sep 29 22:23:00 2019 +0200
+++ b/hedgewars/uWorld.pas	Mon Sep 30 10:39:58 2019 +0200
@@ -1299,6 +1299,10 @@
 
 DrawGearsGui();
 
+// Finger (arrow pointing to hedgehog).
+// NOT wrapped like the other stuff because it might be confusing.
+DrawFinger();
+
 // everything after this ChangeDepth will be drawn outside the screen
 // note: negative parallax gears should last very little for a smooth stereo effect
     ChangeDepth(RM, cStereo_Outside);