Home
last modified time | relevance | path

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

/dports/games/edge/Edge-1.35-source/src/
H A Dg_game.cc782 curr_hub_first = globs->hub_first ? G_LookupMap(globs->hub_first) : NULL; in G_LoadGameFromFile()
903 globs->hub_first = curr_hub_first ? SV_DupString(curr_hub_first->name) : NULL; in G_SaveGameToFile()
H A Dsv_glob.cc77 { "HUB_FIRST", GV_GetString, GV_PutString, GLOB_OFF(hub_first) },
338 SV_FreeString(globs->hub_first); in SV_FreeGLOB()
H A Dsv_main.h271 const char *hub_first; member