1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Use integers instead of float values

This commit is contained in:
BlockMen 2014-04-12 13:50:22 +02:00
parent c0ab09af74
commit 8b02a015eb
9 changed files with 71 additions and 42 deletions

View file

@ -269,7 +269,7 @@ public:
bool physics_override_sneak;
bool physics_override_sneak_glitch;
v2f local_animations[4];
v2s32 local_animations[4];
float local_animation_speed;
u16 hp;