summaryrefslogtreecommitdiff
path: root/WorldSegment.h
diff options
context:
space:
mode:
authorJapa2011-07-15 18:52:08 +0000
committerJapa2011-07-15 18:52:08 +0000
commit4ee55769c03396a7b0b997afc625f61d15d31e6f (patch)
tree10a0ced7c432c16f072d11d24f222cbdd570db64 /WorldSegment.h
parent053e3dafbb59c27d8464aded9d1942ac7d7c35b8 (diff)
downloadstonesense-4ee55769c03396a7b0b997afc625f61d15d31e6f.tar.gz
stonesense-4ee55769c03396a7b0b997afc625f61d15d31e6f.tar.bz2
stonesense-4ee55769c03396a7b0b997afc625f61d15d31e6f.tar.xz
Added a few debug things.
Diffstat (limited to 'WorldSegment.h')
-rw-r--r--WorldSegment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WorldSegment.h b/WorldSegment.h
index 16bce70..b76e310 100644
--- a/WorldSegment.h
+++ b/WorldSegment.h
@@ -12,6 +12,7 @@ public:
int x, y, z;
int sizex, sizey, sizez;
unsigned char rotation;
+ long read_time;
Crd3D regionSize;
Block** blocksAsPointerVolume;
WorldSegment(int x, int y, int z, int sizex, int sizey, int sizez)