changeset 1350 | 99a921e292f4 |
parent 1333 | b0b0510eb82d |
child 1382 | b6ab9fea22fe |
--- a/netserver/Miscutils.hs Mon Oct 13 14:52:29 2008 +0000 +++ b/netserver/Miscutils.hs Mon Oct 13 18:37:59 2008 +0000 @@ -46,8 +46,10 @@ roomProto :: Word16, teams :: [TeamInfo], gamemap :: String, + gameinprogress :: Bool, params :: Map.Map String [String] } +createRoom = (RoomInfo "" "" 0 [] "+rnd+" False Map.empty) type ClientsTransform = [ClientInfo] -> [ClientInfo] type RoomsTransform = [RoomInfo] -> [RoomInfo]