mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
fixed crash upon unpause bug
This commit is contained in:
@@ -51,7 +51,6 @@ namespace battleship{
|
||||
private:
|
||||
bool isMainMenuActive = false;
|
||||
std::vector<std::string> modelPaths;
|
||||
Player *mainPlayer;
|
||||
int playerId;
|
||||
std::string mapName = "";
|
||||
ActiveGameState* activeState;
|
||||
|
||||
Reference in New Issue
Block a user