]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Do not use both .think and InitializeEntity got ONS generator
authorJakob MG <jakob_mg@hotmail.com>
Thu, 26 Jul 2012 21:58:08 +0000 (23:58 +0200)
committerJakob MG <jakob_mg@hotmail.com>
Thu, 26 Jul 2012 21:58:08 +0000 (23:58 +0200)
qcsrc/server/mode_onslaught.qc

index 2a0bcc40f80aa7b369da54fd3e263c81fc045081..17c216cf0b692e0b6ede8f86212a463b6808c24e 100644 (file)
@@ -912,8 +912,8 @@ void spawnfunc_onslaught_generator()
        //setorigin(e, self.origin);
        self.enemy.colormap = self.colormap;
        self.enemy.team = self.team;
-       self.think = onslaught_generator_delayed;
-       self.nextthink = time + 0.2;
+       //self.think = onslaught_generator_delayed;
+       //self.nextthink = time + 0.2;
        InitializeEntity(self, onslaught_generator_delayed, INITPRIO_LAST);
 
        WaypointSprite_SpawnFixed(string_null, self.origin + '0 0 128', self, sprite, RADARICON_NONE, '0 0 0');