]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/delay.qc
Move a spawnfunc definition to its correct location (small commit for a change)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / delay.qc
index 981c3fe81550f56355583aff5fc1c200642e0187..f01845cf8a609984b77d06d7f7e7343cc2d286df 100644 (file)
@@ -2,7 +2,7 @@
 void delay_use()
 {
     self.think = SUB_UseTargets;
-    self.nextthink = self.wait;
+   trigger_setnextthink(self, self.wait);
 }
 
 void delay_reset()