mirror of
https://github.com/ENSL/NS.git
synced 2025-05-30 16:51:06 +00:00
Reverting Gerhard's WIP minimap code (#96)
* revert Gerhard's minimap update. removing WIP code * revert Gerhard's minimap alpha - removing WIP code from develop * project file update * fixed hl project mistake when reverting * adding back Brett's changes lost in revert * removed .wad checks for maps that are nolonger official
This commit is contained in:
parent
2586ec4c73
commit
68548a7af1
25 changed files with 1864 additions and 2232 deletions
|
@ -603,9 +603,6 @@ private:
|
|||
void balanceValueRemoved(const string& name, const int old_value) const;
|
||||
void balanceValueRemoved(const string& name, const string& old_value) const;
|
||||
|
||||
void setReady(bool ready);
|
||||
bool getReadyStatus();
|
||||
|
||||
float mResources;
|
||||
|
||||
bool mFirstUpdate;
|
||||
|
@ -851,8 +848,6 @@ private:
|
|||
int mNumSensory;
|
||||
int mNumDefense;
|
||||
|
||||
bool mIsReady; // for tournamentmode, if player is ready
|
||||
|
||||
struct ServerVariable
|
||||
{
|
||||
const cvar_t* mCvar;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue