From 1431b5cb5df288f5adaec65caf2dd49fe726e25c Mon Sep 17 00:00:00 2001 From: Sryder Date: Tue, 7 Mar 2017 23:08:10 +0000 Subject: [PATCH] Fix red shell speed for the lower friction --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.c b/src/info.c index c277798d..94c9683d 100644 --- a/src/info.c +++ b/src/info.c @@ -14695,7 +14695,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = S_DEADRED, // deathstate S_NULL, // xdeathstate sfx_shbrk, // deathsound - 7*FRACUNIT, // speed + (14*FRACUNIT)/5,// speed 16*FRACUNIT, // radius 32*FRACUNIT, // height 0, // display offset