mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Move f1000 sanitizing to the places that still use this type
This commit is contained in:
parent
b204655081
commit
137eef6590
6 changed files with 8 additions and 17 deletions
|
@ -290,7 +290,7 @@ void LuaEntitySAO::getStaticData(std::string *result) const
|
|||
os<<serializeString32(m_init_state);
|
||||
}
|
||||
writeU16(os, m_hp);
|
||||
writeV3F1000(os, m_velocity);
|
||||
writeV3F1000(os, clampToF1000(m_velocity));
|
||||
// yaw
|
||||
writeF1000(os, m_rotation.Y);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue