Cleanup of Tile

This commit is contained in:
Anuken 2018-03-03 18:03:15 -05:00
parent 827f72f595
commit 70b104c936
2 changed files with 2 additions and 13 deletions

View File

@ -1,7 +1,7 @@
#Autogenerated file. Do not modify.
#Thu Mar 01 23:39:21 EST 2018
#Sat Mar 03 18:02:39 EST 2018
version=release
androidBuildCode=318
androidBuildCode=320
name=Mindustry
code=3.4
build=custom build

View File

@ -167,17 +167,6 @@ public class Tile{
return extra;
}
//TODO fix
/*
public short getPackedData(){
return Bits.packShort(dump, extra);
}
public void setPackedData(short data){
this.dump = Bits.getLeftByte(data);
this.extra = Bits.getRightByte(data);
}*/
public boolean passable(){
Block block = block();
Block floor = floor();