diff --git a/src/dehacked.c b/src/dehacked.c index 5f1f89ec..37682614 100644 --- a/src/dehacked.c +++ b/src/dehacked.c @@ -7204,7 +7204,7 @@ static const char *const MOBJEFLAG_LIST[] = { "GOOWATER", // Goo water "PUSHED", // Mobj was already pushed this tic "SPRUNG", // Mobj was already sprung this tic - "APPLYPMOMZ" // Platform movement + "APPLYPMOMZ", // Platform movement NULL };