gameServer/CoreTypes.hs
changeset 3502 ad38c653b7d9
parent 3501 a3159a410e5c
child 3555 4c5ca656d1bb
--- a/gameServer/CoreTypes.hs	Sun Jun 06 19:03:06 2010 +0000
+++ b/gameServer/CoreTypes.hs	Tue Jun 08 18:20:49 2010 +0000
@@ -28,7 +28,7 @@
         webPassword :: B.ByteString,
         logonPassed :: Bool,
         clientProto :: !Word16,
-        roomID :: !Int,
+        roomID :: RoomIndex,
         pingsQueue :: !Word,
         isMaster :: Bool,
         isReady :: Bool,