v0.3.0c: manifest commit

This commit is contained in:
Evan Debenham
2015-06-07 14:23:26 -04:00
parent e0187cd233
commit 8c42ebda5e
3 changed files with 18 additions and 8 deletions
@@ -310,8 +310,7 @@ public abstract class Level implements Bundlable {
adjustMapSize();
//for pre-0.3.0c saves
//TODO: update to final value of 44 after testing
if (version < 43){
if (version < 44){
map = Terrain.convertTrapsFrom43( map, traps );
}