On Fri Apr 14 00:45:49 2023 +0000, Zebediah Figura wrote:
"Array index %u is higher than array size %u" is a little more descriptive, although I'm sure this is understandable in practice. I'm more concerned that this isn't quite the place for this check, though, if only because it seems like this function could get called more than once.
I realized that all these errors (out of bounds and non-constant indexes for resources) are being reported by validate_static_object_references() now. So I'll better just remove these, now redundant, error messages.