v0.6.4: various bugfixes:

- fixed corrupted mimics causing save/load crashes
- fixed crashes when destroy is called on the same group twice
- syncronized texture cache methods
- added safety checks to
  - SummoningTrap
  - WaterOfHealth
  - WndAlchemy
  - WndBag
This commit is contained in:
Evan Debenham
2018-03-20 21:13:10 -04:00
parent 4c3709a9d9
commit 8ff3db2088
7 changed files with 28 additions and 20 deletions
@@ -51,8 +51,10 @@ public class Group extends Gizmo {
}
}
members.clear();
members = null;
if (members != null) {
members.clear();
members = null;
}
length = 0;
}