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. --- server/game.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/game.h') 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 { Client::p client; Tiles hand; - Tiles open; + Tilegroups open; Tiles pond; bool riichi; -- cgit v1.2.3