X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmiscfunctions.qh;fp=qcsrc%2Fclient%2Fmiscfunctions.qh;h=520b5e47de7196597d7bae4a198d7b7b741de665;hp=60048d0497bdd65279c9ec7f1e57c0551031bab2;hb=2d79d9ed30444579f4a1e3205280eec945201b9f;hpb=7f64f637f43db3555fbe00e2424c68474de7bcc0 diff --git a/qcsrc/client/miscfunctions.qh b/qcsrc/client/miscfunctions.qh index 60048d049..520b5e47d 100644 --- a/qcsrc/client/miscfunctions.qh +++ b/qcsrc/client/miscfunctions.qh @@ -143,9 +143,6 @@ void PolyDrawModel(entity e); void DrawCircleClippedPic(vector centre, float radi, string pic, float f, vector rgb, float a, float drawflag); -const vector GETPLAYERORIGIN_ERROR = '1123581321 2357111317 3141592653'; // way out of bounds for anything on the map -vector getplayerorigin(int pl); - float getplayeralpha(float pl); vector getcsqcplayercolor(float pl);