diff options
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h index 896c12f23..7047feab6 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -486,6 +486,7 @@ enum look { LOOK_BODY, LOOK_FLOOR, LOOK_ROBE, + LOOK_BODY2, }; // used by map_setcell() |