summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Daniel Evensen <ole_daniel_evensen@hotmail.com>2010-12-06 17:55:15 +0100
committerOle Daniel Evensen <ole_daniel_evensen@hotmail.com>2010-12-06 17:55:15 +0100
commitaead77e8995cba92515c10944ff6e37d68916575 (patch)
treecc2d19f753c71e86e2f67fb398e02b0d82a47ce2
parent80f1bf82e311b6d1ef9f3df9162235b0ce00cdb8 (diff)
cleaned out the connection-dialogs. Comented out the wall-hack. Fixed button-action in OkCancelDialog. Created a new connection/disconnetion dialog.
-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);