changeset 15460 | 617f4c092e3d |
parent 15230 | fe79f62ef158 |
child 15484 | b9b48e8b5ec4 |
child 15838 | 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);