Removed redundant initialization
This commit is contained in:
parent
f8eb39d2fb
commit
2b81b8ae03
@ -61,7 +61,7 @@ public class Dungeon {
|
||||
|
||||
Tile[][] dungeon = new Tile[width][height];
|
||||
|
||||
String line = null;
|
||||
String line;
|
||||
Gate tempgate = new Gate();
|
||||
Scale tempscale = new Scale(tempgate, Integer.MAX_VALUE);
|
||||
int scalecount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user