Kawe Mazidjatari 7af660d613 Fixed rare bug where models where missing during level load
Some CMaterial instances are allocated on the heap, and we only check for bounds in .data/.pdata. Checking bounds is cheap, checking valid ptr's is not. However we are lucky most of the data is within the segments, so running this isn't too costly.
This fixes the problem where the large leaf model in worlds edge was missing.
2022-10-03 01:15:02 +02:00
..
2022-07-08 00:55:01 +02:00
2022-09-25 13:36:55 +02:00
2022-09-14 01:14:51 +02:00
2022-10-02 02:19:07 +02:00
2022-09-25 20:20:25 +02:00
2022-08-09 15:19:12 +02:00
2022-09-09 19:47:31 +02:00
2022-09-22 21:20:14 +02:00
2022-09-25 12:15:49 +02:00
2022-10-01 00:27:51 +02:00
2022-09-14 01:14:51 +02:00
2022-08-09 15:19:12 +02:00
2022-09-25 13:36:55 +02:00
2022-10-02 02:18:11 +02:00
2022-09-14 01:14:51 +02:00
2022-08-14 15:19:03 +02:00
2022-02-22 15:19:32 +01:00
2022-04-16 00:30:46 +02:00
2021-04-13 04:45:22 -07:00
2022-02-22 15:20:08 +01:00