summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/message.h2
-rw-r--r--server/game.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/common/message.h b/common/message.h
index 6f48742..0d11f02 100644
--- a/common/message.h
+++ b/common/message.h
@@ -144,7 +144,7 @@ namespace Message {
//! Concealed tiles in hand.
Tiles hand;
//! Open tiles in hand.
- Tiles open;
+ Tilegroups open;
//! Discarded tiles.
Tiles pond;
diff --git a/server/game.h b/server/game.h
index c327e66..77a9053 100644
--- a/server/game.h
+++ b/server/game.h
@@ -27,7 +27,7 @@ class Game : public boost::enable_shared_from_this<Game> {
Client::p client;
Tiles hand;
- Tiles open;
+ Tilegroups open;
Tiles pond;
bool riichi;