Home
last modified time | relevance | path

Searched refs:maxlocals (Results 1 – 3 of 3) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dcfg_game.h145 int maxlocals; /* max number of local players allowed */ member
H A Dcfg_game.c356 DB_CreateEntryInt (section, atomMaxLocals, con->maxlocals); in StoreAnyGameConst()
381 con.maxlocals = NUM_LOCAL_PLAYER; in StoreGameConstLocal()
634 (void)DB_GetEntryInt (section, atomMaxLocals, &con->maxlocals); in RetrieveAnyGameConst()
H A Dnetwork.c656 con.maxlocals, con.maxbytes); in Network_ReceiveGameConfig()