X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fcommand%2Fradarmap.qc;h=583916b3d40835ac1ef21c3cedfbc96ebd3863ac;hb=d11599b4c85bbd41163ebd3308642f9c491b4a3c;hp=6c31af72c853d54cdef08fd5d723940efe6baecf;hpb=8319f82185c2c3a9609181abf54bbeea63071e8d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/command/radarmap.qc b/qcsrc/server/command/radarmap.qc index 6c31af72c..583916b3d 100644 --- a/qcsrc/server/command/radarmap.qc +++ b/qcsrc/server/command/radarmap.qc @@ -2,13 +2,11 @@ #ifdef RADARMAP #include - -#include "../g_world.qh" -#include "../g_subs.qh" - +#include #include - #include +#include +#include // =============================================== // Generates radar map images for use in the HUD @@ -367,7 +365,7 @@ void RadarMap_Think(entity this) } } -bool RadarMap_Make(float argc) +bool RadarMap_Make(int argc) { float i;