mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 17:01:28 +00:00
- removed unused variables in Exhumed's status bar code.
This commit is contained in:
parent
d0cf9d65e7
commit
1e8ebf2306
1 changed files with 0 additions and 7 deletions
|
@ -68,9 +68,6 @@ short nDigit[3];
|
|||
short nItemFrame;
|
||||
short nMeterRange;
|
||||
|
||||
short statusx;
|
||||
short statusy;
|
||||
|
||||
short airframe;
|
||||
|
||||
int16_t nFirstAnim;
|
||||
|
@ -148,8 +145,6 @@ void InitStatus()
|
|||
nLastAnim = -1;
|
||||
nFirstAnim = -1;
|
||||
nItemSeq = -1;
|
||||
statusx = xdim - 320;
|
||||
statusy = ydim - 200;
|
||||
}
|
||||
|
||||
int ItemTimer(int num, int plr)
|
||||
|
@ -1037,8 +1032,6 @@ void SerializeStatus(FSerializer& arc)
|
|||
("magiclevel", nMagicLevel)
|
||||
("healthframe", nHealthFrame)
|
||||
("magicframe", nMagicFrame)
|
||||
("statusx", statusx)
|
||||
("statusy", statusy)
|
||||
("airframe", airframe)
|
||||
("firstanim", nFirstAnim)
|
||||
("lastanim", nLastAnim)
|
||||
|
|
Loading…
Reference in a new issue