X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ffunc%2Ftrain.qc;h=a75ac4192ee1b7bd6a7afe274fd0612b82bcc8bd;hp=4284d24031e6d609f16428e146707ce1d5366747;hb=9ae63d858415772fdb60bd549758825103c0ba17;hpb=7ae528f430c78aaeae8b884c6521464b6f0c89e1 diff --git a/qcsrc/common/triggers/func/train.qc b/qcsrc/common/triggers/func/train.qc index 4284d24031..a75ac4192e 100644 --- a/qcsrc/common/triggers/func/train.qc +++ b/qcsrc/common/triggers/func/train.qc @@ -225,7 +225,7 @@ spawnfunc(func_train) // TODO make a reset function for this one } #elif defined(CSQC) -void train_draw() +void train_draw(entity this) { //Movetype_Physics_NoMatchServer(); Movetype_Physics_MatchServer(autocvar_cl_projectiles_sloppy);