mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-06 19:01:21 +03:00
create constant and use constant in other parts of the code base
This commit is contained in:
parent
e56efdd562
commit
2cd96e56d5
6 changed files with 11 additions and 5 deletions
|
@ -33,6 +33,9 @@ const std::string NightDayLabel = "NightDaySwitch";
|
|||
// A label to mark visual switches for herbalism feature
|
||||
const std::string HerbalismLabel = "HerbalismSwitch";
|
||||
|
||||
// Percentage height at which projectiles are spawned from an actor
|
||||
const float TorsoHeight = 0.75f;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue