gameServer/CoreTypes.hs
changeset 2408 41ebdb5f1e6e
parent 2403 6c5d504af2ba
child 2551 01eb81cd3198
--- 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