From 0c792ff67aa47948ade9d51a3fc90245fd5a3b86 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Mon, 3 Apr 2017 16:05:13 +0100 Subject: [PATCH] Add missing flag reads. --- src/r_things.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/r_things.c b/src/r_things.c index d3faa3644..2f8e7c91a 100644 --- a/src/r_things.c +++ b/src/r_things.c @@ -2939,6 +2939,8 @@ void R_AddSkins(UINT16 wadnum) GETFLAG(MARIODAMAGE) GETFLAG(MACHINE) GETFLAG(DASHMODE) + GETFLAG(FASTEDGE) + GETFLAG(MULTIABILITY) #undef GETFLAG else // let's check if it's a sound, otherwise error out