hedgewars/uWorld.pas
changeset 2302 0f122917d799
parent 2292 87af4ad0ec98
child 2330 ba46dcda3676
equal deleted inserted replaced
2301:7a4ad0772c88 2302:0f122917d799
   448 if isCursorVisible and bShowAmmoMenu then
   448 if isCursorVisible and bShowAmmoMenu then
   449    DrawSprite(sprArrow, CursorPoint.X, cScreenHeight - CursorPoint.Y, (RealTicks shr 6) mod 8);
   449    DrawSprite(sprArrow, CursorPoint.X, cScreenHeight - CursorPoint.Y, (RealTicks shr 6) mod 8);
   450 
   450 
   451 DrawChat;
   451 DrawChat;
   452 
   452 
   453 if isPaused then DrawCentered(cScreenWidth div 2, cScreenHeight div 2, PauseTexture);
   453 if isPaused then DrawCentered(0, cScreenHeight div 2, PauseTexture);
   454 
   454 
   455 inc(Frames);
   455 inc(Frames);
   456 if cShowFPS then
   456 if cShowFPS then
   457    begin
   457    begin
   458    inc(CountTicks, Lag);
   458    inc(CountTicks, Lag);