change default gravity to one used in kart

This commit is contained in:
NepDisk 2024-09-19 22:28:38 -04:00
parent 80a40bf91f
commit 5a31a68ddf

View file

@ -693,7 +693,7 @@ extern mobj_t *hunt1, *hunt2, *hunt3; // Emerald hunt locations
// For racing
extern tic_t racecountdown, exitcountdown;
#define DEFAULT_GRAVITY (4*FRACUNIT/5)
#define DEFAULT_GRAVITY (FRACUNIT*8)/10
extern fixed_t gravity;
extern fixed_t mapobjectscale;