gameServer/Consts.hs
changeset 13510 69f0f437c75a
parent 13509 f747c385b5ba
child 13696 d732ca5dcab9
equal deleted inserted replaced
13509:f747c385b5ba 13510:69f0f437c75a
    29 
    29 
    30 cMaxTeams :: Int
    30 cMaxTeams :: Int
    31 cMaxTeams = 8
    31 cMaxTeams = 8
    32 
    32 
    33 cMaxHHs :: Int
    33 cMaxHHs :: Int
    34 cMaxHHs = 48
    34 cMaxHHs = cHogsPerTeam * cMaxTeams