[Client] Remove unused localWeather variable from Worldstate

remotes/1728160796594174844/tmp_0.7.0-alpha
David Cernat 7 years ago
parent cd1fc590a7
commit 99e64bdcd7

@ -23,8 +23,6 @@ namespace mwmp
void sendMapExplored(int cellX, int cellY, const std::vector<char>& imageData);
void sendWeather(std::string region, int currentWeather, int nextWeather, int queuedWeather, float transitionFactor);
mwmp::Weather localWeather;
private:
std::vector<MapTile> exploredMapTiles;

Loading…
Cancel
Save