hedgewars/uWorld.pas
changeset 15441 617f4c092e3d
parent 15214 fe79f62ef158
child 15464 b9b48e8b5ec4
equal deleted inserted replaced
15440:e9fd2527a457 15441:617f4c092e3d
  1297     UnshiftWorld();
  1297     UnshiftWorld();
  1298     end;
  1298     end;
  1299 
  1299 
  1300 DrawGearsGui();
  1300 DrawGearsGui();
  1301 
  1301 
       
  1302 // Finger (arrow pointing to hedgehog).
       
  1303 // NOT wrapped like the other stuff because it might be confusing.
       
  1304 DrawFinger();
       
  1305 
  1302 // everything after this ChangeDepth will be drawn outside the screen
  1306 // everything after this ChangeDepth will be drawn outside the screen
  1303 // note: negative parallax gears should last very little for a smooth stereo effect
  1307 // note: negative parallax gears should last very little for a smooth stereo effect
  1304     ChangeDepth(RM, cStereo_Outside);
  1308     ChangeDepth(RM, cStereo_Outside);
  1305 
  1309 
  1306     if replicateToLeft then
  1310     if replicateToLeft then