Console client: Several fixes and improvements (thanks to heyn).

This commit is contained in:
lotodore
2008-12-27 16:24:49 +00:00
parent ef8e277295
commit e4ead9e706
12 changed files with 91 additions and 21 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ namespace pokerth_lib
private Object m_mutex;
private uint m_myPlayerId;
private uint m_myGameId;
private string m_myName;
readonly private string m_myName;
private bool m_joinedGame;
}
}