From ee014e80d0a6ccb5d4647a3d9cb48b0e27074b3b Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Wed, 9 Mar 2022 17:37:02 +0100 Subject: [PATCH] Removed obsolete default angles 0 0 0 for TB helper entities --- base/def/_tb_helpers.def | 5 ----- 1 file changed, 5 deletions(-) diff --git a/base/def/_tb_helpers.def b/base/def/_tb_helpers.def index 3ea72873..cecbf021 100644 --- a/base/def/_tb_helpers.def +++ b/base/def/_tb_helpers.def @@ -8,7 +8,6 @@ entityDef misc_model "editor_usage" "Inherits from a func_static but uses a model and is a FGD PointClass so it displays correctly in TrenchBroom." "editor_usage1" "Use it to place all kinds of models" - "angles" "0 0 0" } entityDef func_door_model @@ -17,7 +16,6 @@ entityDef func_door_model "editor_usage" "Inherits from a func_door but uses a model and is a FGD PointClass so it displays correctly in TrenchBroom." "editor_usage1" "Use it to place all kinds of models" - "angles" "0 0 0" } /* @@ -28,7 +26,6 @@ entityDef func_mover_model "inherit" "func_mover" "editor_usage" "Inherits from a func_mover but uses a model and is a FGD PointClass so it displays correctly in TrenchBroom." - "angles" "0 0 0" } */ @@ -37,7 +34,6 @@ entityDef func_rotating_model "inherit" "func_rotating" "editor_usage" "Inherits from a func_rotating but uses a model and is a FGD PointClass so it displays correctly in TrenchBroom." - "angles" "0 0 0" } entityDef func_plat_model @@ -45,5 +41,4 @@ entityDef func_plat_model "inherit" "func_plat" "editor_usage" "Inherits from a func_plat but uses a model and is a FGD PointClass so it displays correctly in TrenchBroom." - "angles" "0 0 0" } \ No newline at end of file