summaryrefslogtreecommitdiff
path: root/src/deh_mapping.h
diff options
context:
space:
mode:
authorSimon Howard2006-03-15 18:53:06 +0000
committerSimon Howard2006-03-15 18:53:06 +0000
commitf306694f46938ef70804d5709feccac36c302e77 (patch)
tree8b2d11c4b4279ec5c03fdee8f4dbb5d0b42fe525 /src/deh_mapping.h
parent2248db293f0a0adebcee8b59d928a36b20957d84 (diff)
downloadchocolate-doom-f306694f46938ef70804d5709feccac36c302e77.tar.gz
chocolate-doom-f306694f46938ef70804d5709feccac36c302e77.tar.bz2
chocolate-doom-f306694f46938ef70804d5709feccac36c302e77.zip
fix DEH_UNSUPPORTED_MAPPING, add frame::codepointer as an unsupported
mapping Subversion-branch: /trunk/chocolate-doom Subversion-revision: 420
Diffstat (limited to 'src/deh_mapping.h')
-rw-r--r--src/deh_mapping.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/deh_mapping.h b/src/deh_mapping.h
index 41c09332..e3521e40 100644
--- a/src/deh_mapping.h
+++ b/src/deh_mapping.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: deh_mapping.h 175 2005-10-08 20:54:16Z fraggle $
+// $Id: deh_mapping.h 420 2006-03-15 18:53:06Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -58,7 +58,7 @@
sizeof(deh_mapping_base.fieldname)},
#define DEH_UNSUPPORTED_MAPPING(deh_name) \
- {deh_name, NULL, -1}
+ {deh_name, NULL, -1},
#define DEH_END_MAPPING \
{NULL} \