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:
pierow 2021-02-05 22:00:14 -05:00 committed by GitHub
parent 2586ec4c73
commit 68548a7af1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 1864 additions and 2232 deletions

View file

@ -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;