mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- SW: Remove duplicate if statement line.
This commit is contained in:
parent
d0ed88221d
commit
77825b4927
1 changed files with 0 additions and 2 deletions
|
@ -558,8 +558,6 @@ private:
|
|||
int InventoryYoff = 0;
|
||||
|
||||
// put pic
|
||||
if (pp->InventoryAmount[pp->InventoryNum])
|
||||
|
||||
if (pp->InventoryAmount[pp->InventoryNum])
|
||||
{
|
||||
PlayerUpdateInventoryPic(pp, InventoryBoxX, InventoryBoxY, InventoryXoff, InventoryYoff);
|
||||
|
|
Loading…
Reference in a new issue