]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
Move generic entity flags to a common constants location so they are included in...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index fbab312487358712eca50ae3fd03dbdafa8443d8..1e91f635d34270bdadd69f8176107064922e0a86 100644 (file)
@@ -124,8 +124,6 @@ float g_nexball_meter_period;
 
 string matchid;
 
-bool radar_showenemies;
-
 .int minelayer_mines;
 .float vortex_charge;
 .float vortex_charge_rottime;
@@ -137,10 +135,6 @@ bool radar_showenemies;
 
 .int grab; // 0 = can't grab, 1 = owner can grab, 2 = owner and team mates can grab, 3 = anyone can grab
 
-#define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_CORPSE; (e).dphitcontentsmask = DPCONTENTS_SOLID | DPCONTENTS_BODY | DPCONTENTS_CORPSE
-// when doing this, hagar can go through clones
-// #define PROJECTILE_MAKETRIGGER(e) (e).solid = SOLID_BBOX
-
 .int spectatee_status;
 .bool zoomstate;