mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Fix NON_MATCHING issue
This commit is contained in:
@@ -137,7 +137,7 @@ void free_object_model(ObjectModel *model) {
|
||||
if (model->animations != NULL) {
|
||||
// Small issue with this loop too.
|
||||
for (i = 0; i < model->numberOfAnimations; i++) {
|
||||
free_from_memory_pool(model->animations[i].unk0 - 1);
|
||||
free_from_memory_pool(model->animations[i].anim - 1);
|
||||
}
|
||||
free_from_memory_pool(model->animations);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user