summaryrefslogtreecommitdiff
path: root/src/strife/deh_weapon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/deh_weapon.c')
-rw-r--r--src/strife/deh_weapon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/deh_weapon.c b/src/strife/deh_weapon.c
index b0c2400c..8e89b93e 100644
--- a/src/strife/deh_weapon.c
+++ b/src/strife/deh_weapon.c
@@ -43,6 +43,7 @@ DEH_BEGIN_MAPPING(weapon_mapping, weaponinfo_t)
DEH_MAPPING("Bobbing frame", readystate)
DEH_MAPPING("Shooting frame", atkstate)
DEH_MAPPING("Firing frame", flashstate)
+ DEH_UNSUPPORTED_MAPPING("? Unknown")
DEH_END_MAPPING
static void *DEH_WeaponStart(deh_context_t *context, char *line)