From 674ec3e51578136ea3b4492c1f5bc1669ac0c189 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Thu, 14 Jul 2016 12:31:20 +0100 Subject: [PATCH] Correction of the new default revitem setup. --- src/info.c | 2 +- src/r_things.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/info.c b/src/info.c index 9fd2aee38..93c32801e 100644 --- a/src/info.c +++ b/src/info.c @@ -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 diff --git a/src/r_things.c b/src/r_things.c index 6c47f0a1f..6aa196583 100644 --- a/src/r_things.c +++ b/src/r_things.c @@ -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;