]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix compile
authorMario <mario@smbclan.net>
Tue, 15 Dec 2015 08:30:19 +0000 (18:30 +1000)
committerMario <mario@smbclan.net>
Tue, 15 Dec 2015 08:30:19 +0000 (18:30 +1000)
qcsrc/common/triggers/func/train.qc

index 909b8f5e8b37938f8c68cbae639d5beeaf80417e..e7567c5009dd5fbcff1fcd9de355e4302ff1a1cf 100644 (file)
@@ -1,5 +1,8 @@
 .float train_wait_turning;
 void() train_next;
+#ifdef SVQC
+void train_use();
+#endif
 void train_wait()
 {SELFPARAM();
        WITH(entity, self, self.enemy, SUB_UseTargets());