1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-19 20:53:50 +00:00

[Client] Remove unused localWeather variable from Worldstate

This commit is contained in:
David Cernat 2018-07-21 16:25:49 +03:00
parent cd1fc590a7
commit 99e64bdcd7

View file

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