GRIM: Actually delete the state to be freed.

This commit is contained in:
Giulio Camuffo 2011-05-10 19:22:21 +02:00
parent fe4f042596
commit 814f79bf06

View File

@ -854,6 +854,7 @@ void L1_FreeObjectState() {
return;
ObjectState *state = getobjectstate(param);
g_grim->getCurrScene()->deleteObjectState(state);
delete state;
}
void L1_SendObjectToBack() {