Correction of the new default revitem setup.

This commit is contained in:
toasterbabe 2016-07-14 12:31:20 +01:00
parent 6e0c9f7e18
commit 674ec3e515
2 changed files with 2 additions and 2 deletions

View file

@ -2639,7 +2639,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
MT_THOK, // damage
sfx_None, // activesound
MF_SOLID|MF_SHOOTABLE, // flags
(statenum_t)MT_THOK // raisestate
(statenum_t)MT_NULL // raisestate
},
{ // MT_BLUECRAWLA

View file

@ -2308,7 +2308,7 @@ static void Sk_SetDefaultValue(skin_t *skin)
skin->thokitem = -1;
skin->spinitem = -1;
skin->revitem = 0;
skin->revitem = -1;
skin->highresscale = FRACUNIT>>1;