mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Version check acid cancel
This commit is contained in:
parent
6c6e9d762e
commit
dda6c8b15d
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
// - 0x0010 (Ring Racers 2.4 staff ghosts part 3 - skinlimit raise. don't say we never did anythin for 'ya)
|
||||||
|
|
||||||
#define MINDEMOVERSION 0x000E
|
#define MINDEMOVERSION 0x000E
|
||||||
#define DEMOVERSION 0x0010
|
#define DEMOVERSION 0x0011
|
||||||
|
|
||||||
boolean G_CompatLevel(UINT16 level)
|
boolean G_CompatLevel(UINT16 level)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -13944,7 +13944,7 @@ static void K_KartSpindash(player_t *player)
|
||||||
player->transfer = 0;
|
player->transfer = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if (!G_CompatLevel(0x0010))
|
||||||
{
|
{
|
||||||
boolean ebrakelasttic = (player->oldcmd.buttons & BT_EBRAKEMASK);
|
boolean ebrakelasttic = (player->oldcmd.buttons & BT_EBRAKEMASK);
|
||||||
if (player->pflags2 & PF2_STRICTFASTFALL)
|
if (player->pflags2 & PF2_STRICTFASTFALL)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue