mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-29 02:10:36 +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 nPilotLightFrame;
|
||||||
extern short nPilotLightCount;
|
extern short nPilotLightCount;
|
||||||
|
|
||||||
extern int laststatusx;
|
|
||||||
extern int laststatusy;
|
|
||||||
|
|
||||||
extern short ChunkYpos[];
|
extern short ChunkYpos[];
|
||||||
extern short ChunkXpos[];
|
extern short ChunkXpos[];
|
||||||
extern short ChunkPict[];
|
extern short ChunkPict[];
|
||||||
|
|
|
@ -908,8 +908,6 @@ static SavegameHelper sgh("status",
|
||||||
SV(nCounter),
|
SV(nCounter),
|
||||||
SV(nCounterDest),
|
SV(nCounterDest),
|
||||||
SV(nItemFrames),
|
SV(nItemFrames),
|
||||||
SV(laststatusx),
|
|
||||||
SV(laststatusy),
|
|
||||||
SV(nItemSeq),
|
SV(nItemSeq),
|
||||||
SV(nMagicFrames),
|
SV(nMagicFrames),
|
||||||
SV(nHealthLevel),
|
SV(nHealthLevel),
|
||||||
|
|
Loading…
Reference in a new issue