| 1307 | } |
| 1308 | |
| 1309 | bool BattleMapPart::isAlive() const |
| 1310 | { |
| 1311 | if (falling || destroyed || willCollapse()) |
| 1312 | return false; |
| 1313 | return true; |
| 1314 | } |
| 1315 | |
| 1316 | void BattleMapPart::queueCollapse(unsigned additionalDelay) |
| 1317 | { |
no outgoing calls
no test coverage detected