bugfixes for crashing when pausing the game or selecting engineers

This commit is contained in:
devZoGok
2024-09-27 18:16:18 +03:00
parent aced28c332
commit 2e6c54e448
7 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
namespace battleship{
class ActiveStateButton : public vb01Gui::Button{
public:
ActiveStateButton(vb01::Vector3, vb01::Vector2, std::string, std::string, int = -1, std::string = "");
ActiveStateButton(vb01::Vector3, vb01::Vector2, std::string, std::string, std::string, int = -1, std::string = "");
void onClick();
private:
std::string guiScreen = "";