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