compiler warning fixes
This commit is contained in:
parent
6fa76a8eee
commit
0ca633cad4
2 changed files with 73 additions and 60 deletions
|
|
@ -63,14 +63,14 @@ function PostRender(Canvas C)
|
|||
local NicePlayerController nicePlayer;
|
||||
local ScrnHUD scrnHUDInstance;
|
||||
// TODO maybe use scrnhud?
|
||||
local HUDKillingFloor kfHud;
|
||||
// local HUDKillingFloor kfHud;
|
||||
local Texture barTexture;
|
||||
local int x, y, center, barWidth, offset;
|
||||
local int missesWidth, missesHeight, missesSpace;
|
||||
local int missesX, missesY;
|
||||
local Vector CamPos, ViewDir;
|
||||
local Rotator CamRot;
|
||||
local float OffsetX, BarLength, BarHeight, XL, YL, posY;
|
||||
// local Vector CamPos, ViewDir;
|
||||
// local Rotator CamRot;
|
||||
// local float OffsetX, BarLength, BarHeight, XL, YL, posY;
|
||||
|
||||
if(C == none) return;
|
||||
if(C.ViewPort == none) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue