diff options
Diffstat (limited to 'ecp5/archdefs.h')
-rw-r--r-- | ecp5/archdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/archdefs.h b/ecp5/archdefs.h index 829db683..1e115478 100644 --- a/ecp5/archdefs.h +++ b/ecp5/archdefs.h @@ -122,7 +122,7 @@ struct DecalId { enum { - TYPE_FRAME, + TYPE_NONE, TYPE_BEL } type; Location location; |