Many bug fixes

This commit is contained in:
mid
2026-01-18 13:43:51 +02:00
parent e87417603e
commit db46d5506c
4 changed files with 14 additions and 10 deletions

View File

@@ -1017,7 +1017,7 @@ void game_killentity(uint16_t eid) {
if(cr) {
if(cr->cache) {
if(resman_rev(cr->cache)) {
resman_unref(RESMAN_MODEL, cr->cache);
resman_unref_ptr(RESMAN_MODEL, cr->cache);
}
}