mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +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",
|
static SavegameHelper sgh("anubis",
|
||||||
SA(AnubisList),
|
SA(AnubisList),
|
||||||
SV(AnubisSprite),
|
|
||||||
SV(AnubisCount),
|
SV(AnubisCount),
|
||||||
SV(nAnubisDrum),
|
SV(nAnubisDrum),
|
||||||
nullptr);
|
nullptr);
|
||||||
|
|
|
@ -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),
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue