summaryrefslogtreecommitdiff
path: root/commonTypes.h
diff options
context:
space:
mode:
authorJapa2010-07-31 03:06:53 +0000
committerJapa2010-07-31 03:06:53 +0000
commit641040bc8f4322e4ba9e0417e8f148c9d102dc65 (patch)
treee300cc2ecf5e45d75899101d14cbb7542ec702fd /commonTypes.h
parentf4654513350d988342b68a79548d18381cd32b55 (diff)
downloadstonesense-641040bc8f4322e4ba9e0417e8f148c9d102dc65.tar.gz
stonesense-641040bc8f4322e4ba9e0417e8f148c9d102dc65.tar.bz2
stonesense-641040bc8f4322e4ba9e0417e8f148c9d102dc65.tar.xz
added the ability to set tiles according to the surroundings.
Diffstat (limited to 'commonTypes.h')
-rw-r--r--commonTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commonTypes.h b/commonTypes.h
index beccd9d..e3204d6 100644
--- a/commonTypes.h
+++ b/commonTypes.h
@@ -124,7 +124,7 @@ typedef struct {
bool debug_mode;
bool track_center;
int lift_segment_offscreen;
- bool truncate_walls;
+ uint8_t truncate_walls;
bool follow_DFscreen;
bool verbose_logging;
int viewXoffset;