--- a/gameServer/CoreTypes.hs Wed Oct 07 14:37:42 2009 +0000
+++ b/gameServer/CoreTypes.hs Wed Oct 07 17:01:40 2009 +0000
@@ -64,6 +64,7 @@
RoomInfo
{
roomUID :: !Int,
+ masterID :: !Int,
name :: String,
password :: String,
roomProto :: Word16,
@@ -92,6 +93,7 @@
newRoom = (
RoomInfo
0
+ 0
""
""
0