Version check acid cancel

This commit is contained in:
Antonio Martinez 2025-09-14 20:23:28 -04:00
parent 6c6e9d762e
commit dda6c8b15d
2 changed files with 2 additions and 2 deletions

View file

@ -182,7 +182,7 @@ demoghost *ghosts = NULL;
// - 0x0010 (Ring Racers 2.4 staff ghosts part 3 - skinlimit raise. don't say we never did anythin for 'ya)
#define MINDEMOVERSION 0x000E
#define DEMOVERSION 0x0010
#define DEMOVERSION 0x0011
boolean G_CompatLevel(UINT16 level)
{

View file

@ -13944,7 +13944,7 @@ static void K_KartSpindash(player_t *player)
player->transfer = 0;
}
}
else
else if (!G_CompatLevel(0x0010))
{
boolean ebrakelasttic = (player->oldcmd.buttons & BT_EBRAKEMASK);
if (player->pflags2 & PF2_STRICTFASTFALL)