Added all mohaas/mohaab cvars

This commit is contained in:
smallmodel 2023-08-10 11:55:20 +02:00
parent 090b354b23
commit ba931cbedf
No known key found for this signature in database
GPG key ID: A96F163ED4891440
8 changed files with 70 additions and 50 deletions

View file

@ -286,7 +286,7 @@ public:
// New Stuff
// don't put in the game class because it can be changed in another level
qboolean reborn;
qboolean specialgame;
bool m_bSpawnBot;
@ -408,14 +408,7 @@ public:
void AddEarthquake(earthquake_t *);
void DoEarthquakes(void);
qboolean Reborn(void);
void Archive(Archiver& arc) override;
};
extern Level level;
inline qboolean Level::Reborn(void)
{
return reborn;
}