Revert "MFE_DUMMY now exists to fill the slot where MFE_PUSHED was, bleh"

This reverts commit 4625118ee8.
This commit is contained in:
Inuyasha 2016-03-09 06:22:40 -08:00
parent 4625118ee8
commit f40cfb0271
2 changed files with 1 additions and 3 deletions

View File

@ -6711,7 +6711,6 @@ static const char *const MOBJEFLAG_LIST[] = {
"JUSTSTEPPEDDOWN", // used for ramp sectors
"VERTICALFLIP", // Vertically flip sprite/allow upside-down physics
"GOOWATER", // Goo water
"DUMMY", // free: 1<<7
"SPRUNG", // Mobj was already sprung this tic
"APPLYPMOMZ", // Platform movement
NULL

View File

@ -232,8 +232,7 @@ typedef enum
MFE_VERTICALFLIP = 1<<5,
// Goo water
MFE_GOOWATER = 1<<6,
// free: 1<<7
MFE_DUMMY = 1<<7,
// free: to and including 1<<7
// Mobj was already sprung this tic
MFE_SPRUNG = 1<<8,
// Platform movement