adapt log of local game to log of network/internet game

This commit is contained in:
floty
2012-12-22 00:19:53 +01:00
parent 2b1543a453
commit dc5f7fb495
8 changed files with 30 additions and 40 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ public:
virtual int getMySet() const =0;
virtual int getMyLastRelativeSet() const =0;
virtual void setMyAction(PlayerAction theValue, bool blind=0) =0;
virtual PlayerAction getMyAction() const =0;
virtual void setMyAction(PlayerAction theValue, bool human=0) =0;
virtual PlayerAction getMyAction() const =0;
virtual void setMyButton(int theValue) =0;
virtual int getMyButton() const =0;