Searched defs:restartable (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DLevelTree.java39 public boolean restartable; field in class:LevelTree.Level
51 restartable = restartOnDeath;
106 boolean restartable = true;
113 } else if (parser.getAttributeName(i).equals("restartable")) {
115 restartable = false;
137 currentLevel = new Level(levelResource, null, titleString, timeStamp, inThePast, restartable, showWaitMessage);

Completed in 66 milliseconds