diff options
author | nathan <nathansmith@disroot.org> | 2025-09-19 12:17:18 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-09-19 12:17:18 +0000 |
commit | 5e3794220e5eb520c207a80aee5e706c28bcd743 (patch) | |
tree | e5b03ed8c0a9afecde628ca8bdbd8b35b7ec5150 /src/entity.h | |
parent | 64cc26bc8a22ff8078a3650509aa7ecaa4f8fb5e (diff) | |
download | FindThings-5e3794220e5eb520c207a80aee5e706c28bcd743.tar.gz FindThings-5e3794220e5eb520c207a80aee5e706c28bcd743.tar.bz2 FindThings-5e3794220e5eb520c207a80aee5e706c28bcd743.zip |
no no to magic numbers
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.h b/src/entity.h index 177df79..aaf0e82 100644 --- a/src/entity.h +++ b/src/entity.h @@ -21,6 +21,7 @@ #define SAMANTHA_HEIGHT 28.5382/2.0 #define SAMANTHA_THICKNESS 13.0529/2.0 #define SAMANTHA_STATIC_SPEED 24 +#define SAMANTHA_STATIC_FRAMES 4 typedef int8_t EntityId; |