diff options
| author | Jonas Ask | 2009-10-22 23:13:27 +0000 |
|---|---|---|
| committer | Jonas Ask | 2009-10-22 23:13:27 +0000 |
| commit | 4df1a11a96ca50d28bf6cf7a8013f3a49df744f9 (patch) | |
| tree | 9668e422c07971444293a5965f32949fda9b8ef2 /WorldSegment.h | |
| parent | 76db31294fdb8cc09fa788e5e120c160c4fc85d0 (diff) | |
| download | stonesense-4df1a11a96ca50d28bf6cf7a8013f3a49df744f9.tar.gz stonesense-4df1a11a96ca50d28bf6cf7a8013f3a49df744f9.tar.bz2 stonesense-4df1a11a96ca50d28bf6cf7a8013f3a49df744f9.tar.xz | |
Added a debug cursor to look at block details.
Fixed hiding borders on fortifications.
Added new fortification: Carved from stone.
Diffstat (limited to 'WorldSegment.h')
| -rw-r--r-- | WorldSegment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WorldSegment.h b/WorldSegment.h index 844dc6d..551770e 100644 --- a/WorldSegment.h +++ b/WorldSegment.h @@ -40,6 +40,7 @@ public: }
Block* getBlock(uint32_t x, uint32_t y, uint32_t z);
+ Block* getBlockLocal(uint32_t x, uint32_t y, uint32_t z);
Block* getBlock(uint32_t index);
void addBlock(Block* b);
void drawAllBlocks(BITMAP* target);
|
