mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
- compile fixes.
This commit is contained in:
parent
df34d8ca85
commit
8eef69b1a6
6 changed files with 0 additions and 6 deletions
|
@ -73,7 +73,6 @@ short nAnubisDrum = 0;
|
|||
|
||||
static SavegameHelper sgh("anubis",
|
||||
SA(AnubisList),
|
||||
SV(AnubisSprite),
|
||||
SV(AnubisCount),
|
||||
SV(nAnubisDrum),
|
||||
nullptr);
|
||||
|
|
|
@ -77,7 +77,6 @@ Fish FishList[kMaxFishes];
|
|||
Chunk FishChunk[kMaxChunks];
|
||||
|
||||
static SavegameHelper sgh("fish",
|
||||
SV(FishSprite),
|
||||
SV(FishCount),
|
||||
SV(nChunksFree),
|
||||
SA(nFreeChunk),
|
||||
|
|
|
@ -63,7 +63,6 @@ static actionSeq ActionSeq[] = {
|
|||
static SavegameHelper sgh("lavadude",
|
||||
SA(LavaList),
|
||||
SV(LavaCount),
|
||||
SV(LavaSprite),
|
||||
nullptr);
|
||||
|
||||
|
||||
|
|
|
@ -60,7 +60,6 @@ struct Roach
|
|||
Roach RoachList[kMaxRoach];
|
||||
|
||||
static SavegameHelper sgh("roach",
|
||||
SV(RoachSprite),
|
||||
SV(RoachCount),
|
||||
SA(RoachList),
|
||||
nullptr);
|
||||
|
|
|
@ -1698,7 +1698,6 @@ static SavegameHelper sgh("runlist",
|
|||
SA(RunFree),
|
||||
SA(sRunChannels),
|
||||
SA(RunData),
|
||||
SV(word_96760),
|
||||
nullptr);
|
||||
|
||||
END_PS_NS
|
||||
|
|
|
@ -56,7 +56,6 @@ static actionSeq ActionSeq[] = {
|
|||
};
|
||||
|
||||
static SavegameHelper sgh("spider",
|
||||
SV(SpiderSprite),
|
||||
SV(SpiderCount),
|
||||
SA(SpiderList),
|
||||
nullptr);
|
||||
|
|
Loading…
Reference in a new issue