mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-23 03:55:44 -04:00
Merge remote-tracking branch 'isle/master'
This commit is contained in:
commit
a699a4316a
@ -459,7 +459,7 @@ void LegoCarBuildAnimPresenter::FUN_100795d0(LegoChar* p_param)
|
||||
data->SetNumMorphKeys(1);
|
||||
data->SetMorphKeys(newHideKey);
|
||||
|
||||
delete oldMorphKeys;
|
||||
delete[] oldMorphKeys;
|
||||
}
|
||||
}
|
||||
|
||||
@ -475,7 +475,7 @@ void LegoCarBuildAnimPresenter::FUN_10079680(LegoChar* p_param)
|
||||
data->SetNumMorphKeys(0);
|
||||
data->SetMorphKeys(NULL);
|
||||
|
||||
delete oldMorphKeys;
|
||||
delete[] oldMorphKeys;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user