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
+2 -2
View File
@@ -49,7 +49,7 @@ namespace pokerth_lib
}
}
private uint m_id;
private string m_name;
readonly private uint m_id;
readonly private string m_name;
}
}