diff --git a/src/dehacked.c b/src/dehacked.c
index 926c3a4889bd5a9f9fc2bae956f9ebc80f8ccf40..61bccb4f63d46ca6cc40940f06985a024e9f4ef8 100644
--- a/src/dehacked.c
+++ b/src/dehacked.c
@@ -6711,6 +6711,7 @@ static const char *const MOBJEFLAG_LIST[] = {
 	"JUSTSTEPPEDDOWN", // used for ramp sectors
 	"VERTICALFLIP", // Vertically flip sprite/allow upside-down physics
 	"GOOWATER", // Goo water
+	"\x01", // free: 1<<7 (name un-matchable)
 	"SPRUNG", // Mobj was already sprung this tic
 	"APPLYPMOMZ", // Platform movement
 	NULL