- these 2 variables no longer exist.

This commit is contained in:
Christoph Oelckers 2020-08-30 21:20:05 +02:00
parent 26f6bac060
commit 511cb51e7f
2 changed files with 0 additions and 5 deletions

View File

@ -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[];

View File

@ -908,8 +908,6 @@ static SavegameHelper sgh("status",
SV(nCounter),
SV(nCounterDest),
SV(nItemFrames),
SV(laststatusx),
SV(laststatusy),
SV(nItemSeq),
SV(nMagicFrames),
SV(nHealthLevel),