X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ftarget%2Flocation.qc;h=5259276e43c0f1bb7c47ae87ea9365577e89bbc8;hb=63cf60651482d650ae40d005bd4847d5111123a9;hp=642c72cdbb13645fddb3da24e05e6aeffb47a139;hpb=cde4300a5ed7b64790f25993a805aee88bc4d5f0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/target/location.qc b/qcsrc/common/triggers/target/location.qc index 642c72cdb..5259276e4 100644 --- a/qcsrc/common/triggers/target/location.qc +++ b/qcsrc/common/triggers/target/location.qc @@ -1,9 +1,10 @@ +#include "location.qh" #ifdef SVQC void target_push_init(entity this); spawnfunc(target_location) { - self.classname = "target_location"; + this.classname = "target_location"; // location name in netname // eventually support: count, teamgame selectors, line of sight?