]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
Purge miscfunctions.qc from the client-side codebase, also remove an old unused CSQC...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 344eec48cee50401790682864c2e79e97abfcd13..2c43d12d98ec3a178ef470fa0d09b962938e078e 100644 (file)
@@ -83,6 +83,16 @@ const int FL_SPAWNING                                = BIT(16);
 const int FL_PICKUPITEMS                       = BIT(17);
 const int FL_DUCKED                            = BIT(18);
 const int FL_ONSLICK                           = BIT(19);
+
+// initialization stages
+const int INITPRIO_FIRST                               = 0;
+const int INITPRIO_GAMETYPE                    = 0;
+const int INITPRIO_GAMETYPE_FALLBACK   = 1;
+const int INITPRIO_FINDTARGET                  = 10;
+const int INITPRIO_DROPTOFLOOR                         = 20;
+const int INITPRIO_SETLOCATION                         = 90;
+const int INITPRIO_LINKDOORS                   = 91;
+const int INITPRIO_LAST                                = 99;
 #endif
 
 #if defined(SVQC)