mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
Removed obsolete default angles 0 0 0 for TB helper entities
This commit is contained in:
parent
fd7802dfb4
commit
851ef5e8de
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
}
|
Loading…
Reference in a new issue