Removed obsolete default angles 0 0 0 for TB helper entities

This commit is contained in:
Robert Beckebans 2022-03-09 17:37:02 +01:00
parent fd7802dfb4
commit 851ef5e8de

View file

@ -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"
}