X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fturrets%2Fcheckpoint.qc;h=6c246a75b83a5c8b6229f475c32c82bd173f1556;hb=df01ffb2ceeacdcffc7ed259ffb65fd53d455ed4;hp=dc48fd1156bacf3c114c23dd04740ee5726d4921;hpb=3220cab5a7b69ced4a641504a6a5f4eccf2d3bfc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/turrets/checkpoint.qc b/qcsrc/common/turrets/checkpoint.qc index dc48fd115..6c246a75b 100644 --- a/qcsrc/common/turrets/checkpoint.qc +++ b/qcsrc/common/turrets/checkpoint.qc @@ -1,3 +1,4 @@ +#include "checkpoint.qh" /** turret_checkpoint **/ @@ -56,7 +57,7 @@ void turret_checkpoint_init(entity this) { this.enemy = find(NULL, targetname, this.target); if(this.enemy == NULL) - LOG_TRACE("A turret_checkpoint faild to find its target!\n"); + LOG_TRACE("A turret_checkpoint faild to find its target!"); } //setthink(this, turret_checkpoint_think); //this.nextthink = time + tc_acum + 0.25;