X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fworld.qh;h=3bbaad68246e942d4288f379d326686a6cb970ae;hp=67adb0fab77201a230537eff216c9790175ff656;hb=HEAD;hpb=134b0134bd665f5cdcab61e88ce8c97bbcf0e138 diff --git a/qcsrc/server/world.qh b/qcsrc/server/world.qh index 67adb0fab..d76169e2d 100644 --- a/qcsrc/server/world.qh +++ b/qcsrc/server/world.qh @@ -48,7 +48,9 @@ float cvar_purechanges_count; string modname; -string gamemode_name; +string autocvar__sv_vote_gametype_custom; +bool gametype_custom_enabled; +string loaded_gametype_custom_string; string record_type; @@ -154,16 +156,12 @@ float MoveToRandomMapLocation(entity e, float goodcontents, float badcontents, f void CheckRules_World(); float RedirectionThink(); -// quake 3 music compatibility -.string music; -.string noise; - void readplayerstartcvars(); void readlevelcvars(); .vector dropped_origin; -void droptofloor(entity this); +void DropToFloor_QC_DelayedInit(entity this); IntrusiveList g_moveables; STATIC_INIT(g_moveables) { g_moveables = IL_NEW(); }