- 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", static SavegameHelper sgh("anubis",
SA(AnubisList), SA(AnubisList),
SV(AnubisSprite),
SV(AnubisCount), SV(AnubisCount),
SV(nAnubisDrum), SV(nAnubisDrum),
nullptr); nullptr);

View file

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

View file

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

View file

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

View file

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

View file

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