]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/player_skeleton.qc
Purge direct includes of mutators/events.qh in favour of the _mod files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / player_skeleton.qc
index 66827c8f30e3bdc2bfeb9508ce64a5a69bf86bea..bb1b6f919b840c78a2bca6d339245e5b057acbc1 100644 (file)
@@ -1,20 +1,20 @@
 #include "player_skeleton.qh"
 
 #include <common/physics/movetypes/movetypes.qh>
-#include "mutators/events.qh"
+#include <common/physics/player.qh>
+#include <client/mutators/_mod.qh>
 #include "../lib/csqcmodel/cl_player.qh"
 #include "../lib/warpzone/anglestransform.qh"
 
-.vector v_angle;
 .float v_angle_save_x;
 
-class(Skeleton) .float skeleton_info_modelindex;
-class(Skeleton) .float skeleton_info_skin;
+classfield(Skeleton) .float skeleton_info_modelindex;
+classfield(Skeleton) .float skeleton_info_skin;
 const int BONETYPE_LOWER = 0;
 const int BONETYPE_UPPER = 1;
 const int MAX_BONES = 128;
-class(Skeleton) .float skeleton_bonetype[MAX_BONES];
-class(Skeleton) .float skeleton_numbones;
+classfield(Skeleton) .float skeleton_bonetype[MAX_BONES];
+classfield(Skeleton) .float skeleton_numbones;
 
 void skeleton_loadinfo(entity e)
 {