]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/states.qh
target_spawn: replace magic number
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / states.qh
index ace3de8f378c30885e0428e0b66cbbfe27a77c60..6ed47df3db48e8e99e7c7fe4c05127f707516d54 100644 (file)
@@ -8,10 +8,6 @@ const int STATE_UP = 2;
 const int STATE_DOWN = 3;
 #endif
 
-// generic
-const int STATE_OFF = 0;
-const int STATE_ON = 1;
-
 // breakable
 const int STATE_ALIVE = 0;
 const int STATE_BROKEN = 1;