mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
bugfix for crashes when clicking on trade centers or labs
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
namespace battleship{
|
||||
class TrainButton : public UnitButton{
|
||||
public:
|
||||
TrainButton(vb01::Vector3, vb01::Vector2, std::string, int, std::string, int, int);
|
||||
TrainButton(vb01::Vector3, vb01::Vector2, std::string, int, std::string, int);
|
||||
void onClick();
|
||||
private:
|
||||
int slotId;
|
||||
|
||||
Reference in New Issue
Block a user