|
|
@ -80,6 +80,7 @@ typedef struct gameinfo_s |
|
|
|
qboolean nomodels; // don't let player to choose model (use player.mdl always)
|
|
|
|
qboolean nomodels; // don't let player to choose model (use player.mdl always)
|
|
|
|
qboolean noskills; // disable skill menu selection
|
|
|
|
qboolean noskills; // disable skill menu selection
|
|
|
|
qboolean render_picbutton_text; // use font renderer to render WON buttons
|
|
|
|
qboolean render_picbutton_text; // use font renderer to render WON buttons
|
|
|
|
|
|
|
|
qboolean internal_vgui_support; // skip loading VGUI, pass ingame UI support API to client
|
|
|
|
|
|
|
|
|
|
|
|
char sp_entity[32]; // e.g. info_player_start
|
|
|
|
char sp_entity[32]; // e.g. info_player_start
|
|
|
|
char mp_entity[32]; // e.g. info_player_deathmatch
|
|
|
|
char mp_entity[32]; // e.g. info_player_deathmatch
|
|
|
|