X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_subs.qc;h=6c43c985f38b869a22c7e6f33bde7c847685ad60;hb=44657432578ed559d0c426da18d7678419caf424;hp=b07cae2714e19770ca08d721d26fd0cec4885575;hpb=81d670441b9c2bc8cb1ec3edd71f575be7999b32;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/g_subs.qc b/qcsrc/server/g_subs.qc index b07cae271..6c43c985f 100644 --- a/qcsrc/server/g_subs.qc +++ b/qcsrc/server/g_subs.qc @@ -1,4 +1,3 @@ -void SUB_Null() {} float SUB_True() { return 1; } float SUB_False() { return 0; } @@ -280,7 +279,7 @@ void SUB_CalcMove_Bezier (vector tcontrol, vector tdest, float tspeed, void() fu controller.think1 = self.think; // the thinking is now done by the controller - self.think = SUB_Null; + self.think = func_null; self.nextthink = self.ltime + traveltime; // invoke controller