Home
last modified time | relevance | path

Searched refs:atomRandomPlayers (Results 1 – 4 of 4) sorted by relevance

/dports/games/xblast/xblast-2.10.4/
H A Dcfg_demo.c209 (void)DB_CreateEntryBool (section, atomRandomPlayers, cfgDemo->randomPlayers); in StoreDemoConfig()
235 !DB_GetEntryBool (section, atomRandomPlayers, &cfgDemo->randomPlayers)) { in RetrieveDemoConfig()
H A Datom.c154 XBAtom atomRandomPlayers; variable
359 atomRandomPlayers = GUI_StringToAtom ("randomPlayers"); in InitDefaultAtoms()
H A Datom.h149 extern XBAtom atomRandomPlayers;
H A Dcfg_game.c183 DB_CreateEntryBool (section, atomRandomPlayers, game->randomPlayers); in StoreAnyGameSetup()
412 (void)DB_GetEntryBool (section, atomRandomPlayers, &game->randomPlayers); in RetrieveAnyGameSetup()