]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix trigger_conveyor, before only func_conveyor worked
authorRudolf Polzer <divverent@alientrap.org>
Fri, 30 Dec 2011 18:43:18 +0000 (19:43 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 30 Dec 2011 18:43:18 +0000 (19:43 +0100)
qcsrc/server/t_plats.qc

index fc31ad50ce3332d9027b557e0904aad1a01b8451..30f425bfc74a95331da02529f689db09bf428c13 100644 (file)
@@ -2125,6 +2125,7 @@ void conveyor_init()
 
 void spawnfunc_trigger_conveyor()
 {
+       SetMovedir();
        EXACTTRIGGER_INIT;
        conveyor_init();
 }