mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Correction of the new default revitem setup.
This commit is contained in:
parent
6e0c9f7e18
commit
674ec3e515
2 changed files with 2 additions and 2 deletions
|
|
@ -2639,7 +2639,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
MT_THOK, // damage
|
MT_THOK, // damage
|
||||||
sfx_None, // activesound
|
sfx_None, // activesound
|
||||||
MF_SOLID|MF_SHOOTABLE, // flags
|
MF_SOLID|MF_SHOOTABLE, // flags
|
||||||
(statenum_t)MT_THOK // raisestate
|
(statenum_t)MT_NULL // raisestate
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_BLUECRAWLA
|
{ // MT_BLUECRAWLA
|
||||||
|
|
|
||||||
|
|
@ -2308,7 +2308,7 @@ static void Sk_SetDefaultValue(skin_t *skin)
|
||||||
|
|
||||||
skin->thokitem = -1;
|
skin->thokitem = -1;
|
||||||
skin->spinitem = -1;
|
skin->spinitem = -1;
|
||||||
skin->revitem = 0;
|
skin->revitem = -1;
|
||||||
|
|
||||||
skin->highresscale = FRACUNIT>>1;
|
skin->highresscale = FRACUNIT>>1;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue