From d6d7916a460acb7190bd353b3ed86eb85f3a6002 Mon Sep 17 00:00:00 2001 From: Tal Hayon Date: Fri, 1 Apr 2022 18:19:56 +0300 Subject: Use fixed point macros where possible --- src/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script.c') diff --git a/src/script.c b/src/script.c index 46ffb747..92fad99a 100644 --- a/src/script.c +++ b/src/script.c @@ -386,7 +386,7 @@ void HandleEntity0x82Actions(Entity* entity) { } break; case 1 << 5: - GravityUpdate(entity, 0x2000); + GravityUpdate(entity, Q_8_8(32.0)); break; } } -- cgit v1.2.3