change default gravity to one used in kart
This commit is contained in:
parent
80a40bf91f
commit
5a31a68ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue