From de1c7a212835741946d562bc926a4287151c9ffb Mon Sep 17 00:00:00 2001 From: DrNuget Date: Mon, 3 Mar 2025 19:37:38 +0200 Subject: change some floats to ints, add deltatime to movement --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.h') diff --git a/src/globals.h b/src/globals.h index 6fe6348..5250e03 100644 --- a/src/globals.h +++ b/src/globals.h @@ -1,6 +1,6 @@ #ifndef GLOBALS_H #define GLOBALS_H -#define GRAVITY 0.1f +#define GRAVITY 1 #endif -- cgit v1.2.3