Removed some warnings, redisabled BufferedOutputStream closing.
This commit is contained in:
parent
8105a1d2a5
commit
6c6d29a402
4 changed files with 8 additions and 20 deletions
|
|
@ -144,7 +144,7 @@ public class KzedMap extends MapType {
|
|||
KzedMapTile t = (KzedMapTile) tile;
|
||||
|
||||
int ix = KzedMap.anchorx + t.px / 2 + t.py / 2;
|
||||
int iy = 127;
|
||||
//int iy = 127;
|
||||
int iz = KzedMap.anchorz + t.px / 2 - t.py / 2;
|
||||
|
||||
int x1 = ix - KzedMap.tileHeight / 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue