3.0 Prerelease 155 2025-12-29
Downloads:
Bug Fixes
ZScript
- store element types within untyped arrays
8d2ca5e42The recent change only tracked if each element in an untyped array is an object or not, but that wasn't enough. To correctly restore object references when loading a save, we need to also know the type of each element (since some types cannot be restored).