From ea826f1f229e5a4f7ec452e8ec842fb31d3a19f6 Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 27 Nov 2010 09:09:17 +0100 Subject: Use tilegroups for exposed tiles instead of just a list of tiles. --- common/message.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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; -- cgit v1.2.3