]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Vehicles: fix tag_view
authorTimePath <andrew.hardaker1995@gmail.com>
Thu, 1 Oct 2015 08:37:06 +0000 (18:37 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Thu, 1 Oct 2015 08:37:06 +0000 (18:37 +1000)
qcsrc/common/vehicles/vehicle/bumblebee.qc
qcsrc/common/vehicles/vehicle/racer.qc
qcsrc/common/vehicles/vehicle/raptor.qc
qcsrc/common/vehicles/vehicle/spiderbot.qc

index 65aa61937e07bebc21dee8dd86dea5eda5aeca95..ee276f2b24a6b0611390cba50ab95e68e7a84c81 100644 (file)
@@ -14,7 +14,7 @@ CLASS(Bumblebee, Vehicle)
 /* hud_model  */ ATTRIB(Bumblebee, hud_model, string, "models/vehicles/spiderbot_cockpit.dpm");
 /* tags       */ ATTRIB(Bumblebee, tag_head, string, "");
 /* tags       */ ATTRIB(Bumblebee, tag_hud, string, "");
-/* tags       */ ATTRIB(Bumblebee, tag_hview, string, "tag_viewport");
+/* tags       */ ATTRIB(Bumblebee, tag_view, string, "tag_viewport");
 /* netname    */ ATTRIB(Bumblebee, netname, string, "bumblebee");
 /* fullname   */ ATTRIB(Bumblebee, vehicle_name, string, _("Bumblebee"));
 /* icon       */ ATTRIB(Bumblebee, m_icon, string, "vehicle_bumble");
index 98c84c2102103e1b3d913fe079291d94d3d1447f..13891c5fc9e88c0b9f13624c981fa1e7674d748c 100644 (file)
@@ -13,7 +13,7 @@ CLASS(Racer, Vehicle)
 /* hud_model  */ ATTRIB(Racer, hud_model, string, "models/vehicles/wakizashi_cockpit.dpm");
 /* tags       */ ATTRIB(Racer, tag_head, string, "");
 /* tags       */ ATTRIB(Racer, tag_hud, string, "");
-/* tags       */ ATTRIB(Racer, tag_hview, string, "tag_viewport");
+/* tags       */ ATTRIB(Racer, tag_view, string, "tag_viewport");
 /* netname    */ ATTRIB(Racer, netname, string, "racer");
 /* fullname   */ ATTRIB(Racer, vehicle_name, string, _("Racer"));
 /* icon       */ ATTRIB(Racer, m_icon, string, "vehicle_racer");
index 9387a7d48513075f88af2d4166fcbb8011f0be7a..5dcef76adbb2259432ec9e8f117a7b92417dd774 100644 (file)
@@ -14,7 +14,7 @@ CLASS(Raptor, Vehicle)
 /* hud_model  */ ATTRIB(Raptor, hud_model, string, "models/vehicles/raptor_cockpit.dpm");
 /* tags       */ ATTRIB(Raptor, tag_head, string, "");
 /* tags       */ ATTRIB(Raptor, tag_hud, string, "tag_hud");
-/* tags       */ ATTRIB(Raptor, tag_hview, string, "tag_camera");
+/* tags       */ ATTRIB(Raptor, tag_view, string, "tag_camera");
 /* netname    */ ATTRIB(Raptor, netname, string, "raptor");
 /* fullname   */ ATTRIB(Raptor, vehicle_name, string, _("Raptor"));
 /* icon       */ ATTRIB(Raptor, m_icon, string, "vehicle_raptor");
index 8a15d0a114ba14987ba366872fc21b636bcf45ab..b05cf76ab95ccca5a137cc59f51c0a1025bc3697 100644 (file)
@@ -13,7 +13,7 @@ CLASS(Spiderbot, Vehicle)
 /* hud_model  */ ATTRIB(Spiderbot, hud_model, string, "models/vehicles/spiderbot_cockpit.dpm");
 /* tags       */ ATTRIB(Spiderbot, tag_head, string, "tag_head");
 /* tags       */ ATTRIB(Spiderbot, tag_hud, string, "tag_hud");
-/* tags       */ ATTRIB(Spiderbot, tag_hview, string, "");
+/* tags       */ ATTRIB(Spiderbot, tag_view, string, "");
 /* netname    */ ATTRIB(Spiderbot, netname, string, "spiderbot");
 /* fullname   */ ATTRIB(Spiderbot, vehicle_name, string, _("Spiderbot"));
 /* icon       */ ATTRIB(Spiderbot, m_icon, string, "vehicle_spider");