From 8b0a80996886b5031af2df9f6402028e17838a89 Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 22 Sep 2022 08:52:34 -0700 Subject: [PATCH] Remove dehacked pflags Cont. bcdf41ec6 --- src/deh_tables.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/deh_tables.c b/src/deh_tables.c index 2cc9cdb09..e366cee9f 100644 --- a/src/deh_tables.c +++ b/src/deh_tables.c @@ -5725,10 +5725,10 @@ const char *const MAPTHINGFLAG_LIST[4] = { }; const char *const PLAYERFLAG_LIST[] = { - // True if button down last tic. - "ATTACKDOWN", - "ACCELDOWN", - "BRAKEDOWN", + // free: 1<<0 to 1<<2 + "", + "", + "", // Look back VFX has been spawned // TODO: Is there a better way to track this?