Compare commits

..

No commits in common. "master" and "v2.4-rc8" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -1275,7 +1275,7 @@ boolean K_KartSolidBounce(mobj_t *bounceMobj, mobj_t *solidMobj)
if (solidMobj->type == MT_WALLSPIKE)
{
if (bounceMobj->player && bounceMobj->hitlag)
if (bounceMobj->hitlag)
{
bounceMobj->player->justbumped = bumptime;
return false;

View file

@ -4,7 +4,7 @@
// it's only for detection of the version the player is using so the MS can alert them of an update.
// Only set it higher, not lower, obviously.
// Note that we use this to help keep internal testing in check; this is why v2.0 is not version "2".
#define MODVERSION 12
#define MODVERSION 11
// Define this as a prerelease version suffix
#define BETAVERSION "RC9"
#define BETAVERSION "RC8"