]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/turret/flac.qc
Merge branch 'master' into TimePath/unified_weapons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / turret / flac.qc
index a2de5cac4bb7289fe05eb8f341100f9528329c16..1c9122f6733670c3841336c03a0693e760ace6d5 100644 (file)
@@ -24,7 +24,7 @@ REGISTER_TURRET(FLAC, NEW(Flac));
 
 #ifdef SVQC
 
-void spawnfunc_turret_flac() { SELFPARAM(); if (!turret_initialize(TUR_FLAC)) remove(self); }
+spawnfunc(turret_flac) { if (!turret_initialize(TUR_FLAC)) remove(self); }
 
 METHOD(Flac, tr_setup, void(Flac this, entity it))
 {