summaryrefslogtreecommitdiff
path: root/server/wall.cpp
diff options
context:
space:
mode:
authorAtle Hellvik Havsø <atle@havso.net>2010-12-15 12:01:58 +0100
committerAtle Hellvik Havsø <atle@havso.net>2010-12-15 12:01:58 +0100
commit5dd443319b5ab67feba2a213186091b587456743 (patch)
treeaec6c3fa47427de3efc3ae0b35136f531f2abdc2 /server/wall.cpp
parent8ef6d187b48cfe07d9f62bfa2227df612b4a3960 (diff)
* Server sends closed and open hand.
* Client draws scoring properly when no yakus is sent.
Diffstat (limited to 'server/wall.cpp')
-rw-r--r--server/wall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/wall.cpp b/server/wall.cpp
index 714e519..42df094 100644
--- a/server/wall.cpp
+++ b/server/wall.cpp
@@ -27,7 +27,7 @@ int Wall::remaining() {
}
Tile Wall::take_one() {
- return wall.front();
+ //return wall.front();
boost::uniform_int<> range(0, wall.size() - 1);