X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fvehicles%2Fvehicles.qc;h=0f19c90662bc13f4dc3c580a617185d9435af0bb;hb=014ee9ee758fe7a5d0062f2a5f3186cd7c7f2326;hp=290385e495fcdd389aa4629b22fbe773a159d961;hpb=f2c50fe4e6218a0a1bb0ca078ee122c5ba6a238d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/vehicles/vehicles.qc b/qcsrc/client/vehicles/vehicles.qc index 290385e49..0f19c9066 100644 --- a/qcsrc/client/vehicles/vehicles.qc +++ b/qcsrc/client/vehicles/vehicles.qc @@ -60,10 +60,11 @@ void CSQC_BUMBLE_GUN_HUD(); const int MAX_AXH = 4; entity AuxiliaryXhair[MAX_AXH]; -.string axh_image; -.float axh_fadetime; -.float axh_drawflag; -.float axh_scale; +entityclass(AuxiliaryXhair) +class(AuxiliaryXhair) .string axh_image; +class(AuxiliaryXhair) .float axh_fadetime; +class(AuxiliaryXhair) .float axh_drawflag; +class(AuxiliaryXhair) .float axh_scale; const string bumb_ico = "gfx/vehicles/bumb.tga"; const string bumb_lgun = "gfx/vehicles/bumb_lgun.tga";