mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +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 nItemFrame;
|
||||||
short nMeterRange;
|
short nMeterRange;
|
||||||
|
|
||||||
short statusx;
|
|
||||||
short statusy;
|
|
||||||
|
|
||||||
short airframe;
|
short airframe;
|
||||||
|
|
||||||
int16_t nFirstAnim;
|
int16_t nFirstAnim;
|
||||||
|
@ -148,8 +145,6 @@ void InitStatus()
|
||||||
nLastAnim = -1;
|
nLastAnim = -1;
|
||||||
nFirstAnim = -1;
|
nFirstAnim = -1;
|
||||||
nItemSeq = -1;
|
nItemSeq = -1;
|
||||||
statusx = xdim - 320;
|
|
||||||
statusy = ydim - 200;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int ItemTimer(int num, int plr)
|
int ItemTimer(int num, int plr)
|
||||||
|
@ -1037,8 +1032,6 @@ void SerializeStatus(FSerializer& arc)
|
||||||
("magiclevel", nMagicLevel)
|
("magiclevel", nMagicLevel)
|
||||||
("healthframe", nHealthFrame)
|
("healthframe", nHealthFrame)
|
||||||
("magicframe", nMagicFrame)
|
("magicframe", nMagicFrame)
|
||||||
("statusx", statusx)
|
|
||||||
("statusy", statusy)
|
|
||||||
("airframe", airframe)
|
("airframe", airframe)
|
||||||
("firstanim", nFirstAnim)
|
("firstanim", nFirstAnim)
|
||||||
("lastanim", nLastAnim)
|
("lastanim", nLastAnim)
|
||||||
|
|
Loading…
Reference in a new issue