equal
deleted
inserted
replaced
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); |