mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 23:01:58 +00:00
GRIM: Actually delete the state to be freed.
This commit is contained in:
parent
fe4f042596
commit
814f79bf06
@ -854,6 +854,7 @@ void L1_FreeObjectState() {
|
||||
return;
|
||||
ObjectState *state = getobjectstate(param);
|
||||
g_grim->getCurrScene()->deleteObjectState(state);
|
||||
delete state;
|
||||
}
|
||||
|
||||
void L1_SendObjectToBack() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user