mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- stretch HUD flames in widescreen
This commit is contained in:
parent
c6f799dfff
commit
b452f53ff2
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ static void viewBurnTime(int gScale)
|
|||
{
|
||||
nScale = Scale(nScale, gScale, 600);
|
||||
}
|
||||
hud_drawsprite(burnTable[i].nX, burnTable[i].nY, nScale, 0, nTile, 0, 0, 0, 1);
|
||||
hud_drawsprite(burnTable[i].nX, burnTable[i].nY, nScale, 0, nTile, 0, 0, RS_STRETCH, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue