diff options
| author | Japa | 2011-07-15 18:52:08 +0000 |
|---|---|---|
| committer | Japa | 2011-07-15 18:52:08 +0000 |
| commit | 4ee55769c03396a7b0b997afc625f61d15d31e6f (patch) | |
| tree | 10a0ced7c432c16f072d11d24f222cbdd570db64 /WorldSegment.h | |
| parent | 053e3dafbb59c27d8464aded9d1942ac7d7c35b8 (diff) | |
| download | stonesense-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.h | 1 |
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)
|
