playernicks for local game enabled

This commit is contained in:
doitux
2007-01-19 19:13:59 +00:00
parent e1367de95d
commit e715cde49f
14 changed files with 72 additions and 31 deletions
+3 -2
View File
@@ -34,7 +34,7 @@ class BoardInterface;
class LocalPlayer : public PlayerInterface{
public:
LocalPlayer(BoardInterface*, int, int, bool, int);
LocalPlayer(BoardInterface*, int, std::string, int, bool, int);
~LocalPlayer();
@@ -99,8 +99,9 @@ private:
// Konstanten
int myID;
int myDude;
std::string myName;
int myDude;
// Laufvariablen
int myCards[2];