diff -r e9fd2527a457 -r 617f4c092e3d hedgewars/uWorld.pas --- 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);