mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-06 19:01:04 +03:00
Added all mohaas/mohaab cvars
This commit is contained in:
parent
090b354b23
commit
ba931cbedf
8 changed files with 70 additions and 50 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue