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
+2 -2
View File
@@ -1,7 +1,7 @@
#Autogenerated file. Do not modify. #Autogenerated file. Do not modify.
#Thu Mar 01 23:39:21 EST 2018 #Sat Mar 03 18:02:39 EST 2018
version=release version=release
androidBuildCode=318 androidBuildCode=320
name=Mindustry name=Mindustry
code=3.4 code=3.4
build=custom build build=custom build
@@ -167,17 +167,6 @@ public class Tile{
return extra; 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(){ public boolean passable(){
Block block = block(); Block block = block();
Block floor = floor(); Block floor = floor();