]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into tzork/ents-onoff
authorJakob MG <jakob_mg@hotmail.com>
Tue, 28 Sep 2010 09:54:21 +0000 (11:54 +0200)
committerJakob MG <jakob_mg@hotmail.com>
Tue, 28 Sep 2010 09:54:21 +0000 (11:54 +0200)
Conflicts:
qcsrc/server/defs.qh

1  2 
qcsrc/server/defs.qh
qcsrc/server/g_triggers.qc

index 26e7075d3c3943ca5b3033a90eeb4ea9bd5ad0e0,d4ee31d802d475ba8aedb5be65ec4aa6aa6e188c..f452e5110678cdf184e231ae3f00421ad03e03bc
@@@ -636,10 -636,4 +636,12 @@@ string deathmessage
  
  .float ballistics_density; // wall piercing factor, larger = bullet can pass through more
  
- .float (float act_state) setactive;
 +#define ACTIVE_NOT            0
 +#define ACTIVE_ACTIVE         1
 +#define ACTIVE_IDLE   2
 +#define ACTIVE_BUSY   2
 +#define ACTIVE_TOGGLE 3
 +.float active;
++.float (float act_state) setactive;
++=======
+ .entity realowner;
Simple merge