X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fdefs.qh;h=3e959b084ef753251abe18a338253d14f38896c9;hb=286059ef2ac85dafc3938b2423f436932794051d;hp=82c43e2e27a0be796c16d9e008312715d3be540b;hpb=15a18e8ca7c55ac8187b9ea266d15c2d6e0cb869;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/defs.qh b/qcsrc/client/defs.qh index 82c43e2e2..3e959b084 100644 --- a/qcsrc/client/defs.qh +++ b/qcsrc/client/defs.qh @@ -1,5 +1,5 @@ -#ifndef DEFS_H -#define DEFS_H +#ifndef CLIENT_DEFS_H +#define CLIENT_DEFS_H // Additional OPTIONAL Fields and Globals //float intermission; @@ -23,8 +23,8 @@ float dmg_take; #endif // Basic variables -.float enttype; // entity type sent from server -.int sv_entnum; // entity number sent from server +.int enttype; // entity type sent from server +.int sv_entnum; // entity number sent from server .int team; .int team_size; @@ -108,13 +108,6 @@ int w_deathtype; float w_issilent, w_random; vector w_org, w_backoff; -float rifle_scope; -float vortex_scope; - -float minelayer_maxmines; - -float hagar_maxrockets; - float bgmtime; string weaponorder_byimpulse; @@ -126,9 +119,8 @@ int serverflags; float uid2name_dialog; -.bool csqcmodel_isdead; // used by shownames and miscfunctions (float getplayerisdead(float) {}) to know when a player is dead +.bool csqcmodel_isdead; // used by shownames and miscfunctions (entcs_IsDead) to know when a player is dead #define player_currententnum (spectatee_status > 0 ? spectatee_status : player_localnum + 1) -float g_balance_porto_secondary; #endif