- compile fixes.

This commit is contained in:
Christoph Oelckers 2020-03-02 23:05:07 +01:00
parent df34d8ca85
commit 8eef69b1a6
6 changed files with 0 additions and 6 deletions

View file

@ -73,7 +73,6 @@ short nAnubisDrum = 0;
static SavegameHelper sgh("anubis",
SA(AnubisList),
SV(AnubisSprite),
SV(AnubisCount),
SV(nAnubisDrum),
nullptr);

View file

@ -77,7 +77,6 @@ Fish FishList[kMaxFishes];
Chunk FishChunk[kMaxChunks];
static SavegameHelper sgh("fish",
SV(FishSprite),
SV(FishCount),
SV(nChunksFree),
SA(nFreeChunk),

View file

@ -63,7 +63,6 @@ static actionSeq ActionSeq[] = {
static SavegameHelper sgh("lavadude",
SA(LavaList),
SV(LavaCount),
SV(LavaSprite),
nullptr);

View file

@ -60,7 +60,6 @@ struct Roach
Roach RoachList[kMaxRoach];
static SavegameHelper sgh("roach",
SV(RoachSprite),
SV(RoachCount),
SA(RoachList),
nullptr);

View file

@ -1698,7 +1698,6 @@ static SavegameHelper sgh("runlist",
SA(RunFree),
SA(sRunChannels),
SA(RunData),
SV(word_96760),
nullptr);
END_PS_NS

View file

@ -56,7 +56,6 @@ static actionSeq ActionSeq[] = {
};
static SavegameHelper sgh("spider",
SV(SpiderSprite),
SV(SpiderCount),
SA(SpiderList),
nullptr);