diff options
| author | BlockMen <nmuelll@web.de> | 2014-04-12 13:50:22 +0200 |
|---|---|---|
| committer | BlockMen <nmuelll@web.de> | 2014-04-12 20:04:12 +0200 |
| commit | 8b02a015eb7630c25e255ffe400bb714d023609b (patch) | |
| tree | 42a7d9bd217a04574767f9c202536bdebafa53c3 /src/player.h | |
| parent | c0ab09af747fc431dfb459ede30788cb9cd1c56b (diff) | |
| download | dragonfireclient-8b02a015eb7630c25e255ffe400bb714d023609b.tar.xz | |
Use integers instead of float values
Diffstat (limited to 'src/player.h')
| -rw-r--r-- | src/player.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/player.h b/src/player.h index b9783997e..dce167438 100644 --- a/src/player.h +++ b/src/player.h @@ -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; |
