diff -r 6e313b3818ef -r b3fcd8a36124 netserver/HWProto.hs --- a/netserver/HWProto.hs Sat Jan 10 12:47:54 2009 +0000 +++ b/netserver/HWProto.hs Sat Jan 10 15:21:48 2009 +0000 @@ -368,7 +368,7 @@ handleCmd_inRoom client _ rooms ["START_GAME"] = if isMaster client && (playersIn clRoom == readyPlayers clRoom) && (not $ gameinprogress clRoom) then if enoughClans then - (noChangeClients, modifyRoom clRoom{gameinprogress = True}, answerRunGame) + (noChangeClients, modifyRoom clRoom{gameinprogress = True, roundMsgs = []}, answerRunGame) else (noChangeClients, noChangeRooms, answerTooFewClans) else