mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c2c3ae63a7 | ||
|
|
721d5630a1 | ||
|
|
200e7b4014 |
2 changed files with 3 additions and 3 deletions
|
|
@ -1275,7 +1275,7 @@ boolean K_KartSolidBounce(mobj_t *bounceMobj, mobj_t *solidMobj)
|
|||
|
||||
if (solidMobj->type == MT_WALLSPIKE)
|
||||
{
|
||||
if (bounceMobj->hitlag)
|
||||
if (bounceMobj->player && bounceMobj->hitlag)
|
||||
{
|
||||
bounceMobj->player->justbumped = bumptime;
|
||||
return false;
|
||||
|
|
|
|||
|
|
@ -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 11
|
||||
#define MODVERSION 12
|
||||
|
||||
// Define this as a prerelease version suffix
|
||||
#define BETAVERSION "RC8"
|
||||
#define BETAVERSION "RC9"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue