mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- these 2 variables no longer exist.
This commit is contained in:
parent
26f6bac060
commit
511cb51e7f
2 changed files with 0 additions and 5 deletions
|
@ -124,9 +124,6 @@ extern short nFlameHeight;
|
|||
extern short nPilotLightFrame;
|
||||
extern short nPilotLightCount;
|
||||
|
||||
extern int laststatusx;
|
||||
extern int laststatusy;
|
||||
|
||||
extern short ChunkYpos[];
|
||||
extern short ChunkXpos[];
|
||||
extern short ChunkPict[];
|
||||
|
|
|
@ -908,8 +908,6 @@ static SavegameHelper sgh("status",
|
|||
SV(nCounter),
|
||||
SV(nCounterDest),
|
||||
SV(nItemFrames),
|
||||
SV(laststatusx),
|
||||
SV(laststatusy),
|
||||
SV(nItemSeq),
|
||||
SV(nMagicFrames),
|
||||
SV(nHealthLevel),
|
||||
|
|
Loading…
Reference in a new issue