summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h
index a9d5eb098..9d48dd445 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -490,7 +490,8 @@ struct mapcell
struct iwall_data {
char wall_name[50];
- short m, x, y, size, dir;
+ short m, x, y, size;
+ int8 dir;
bool shootable;
};