summaryrefslogtreecommitdiff
path: root/Block.h
diff options
context:
space:
mode:
authorJapa2011-02-28 03:24:32 +0000
committerJapa2011-02-28 03:24:32 +0000
commit92b8343b5ec1758e5161ac282510d787ba32f00b (patch)
treec60170f9993fc6bcd854dcd277c6487d6149bf64 /Block.h
parentded0a7567cbf96049d5e15e98d3641baa45f2930 (diff)
downloadstonesense-92b8343b5ec1758e5161ac282510d787ba32f00b.tar.gz
stonesense-92b8343b5ec1758e5161ac282510d787ba32f00b.tar.bz2
stonesense-92b8343b5ec1758e5161ac282510d787ba32f00b.tar.xz
fixed the phantom outlines that were showing up.
Diffstat (limited to 'Block.h')
-rw-r--r--Block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Block.h b/Block.h
index fa3923f..0dcb0e2 100644
--- a/Block.h
+++ b/Block.h
@@ -93,7 +93,7 @@ public:
t_building info;
vector<c_sprite> sprites;
uint32_t index;
- uint32_t custom_building_type;
+ int32_t custom_building_type;
Block * parent;
} building;