From aead77e8995cba92515c10944ff6e37d68916575 Mon Sep 17 00:00:00 2001 From: Ole Daniel Evensen Date: Mon, 6 Dec 2010 17:55:15 +0100 Subject: cleaned out the connection-dialogs. Comented out the wall-hack. Fixed button-action in OkCancelDialog. Created a new connection/disconnetion dialog. --- server/wall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3