mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 07:37:59 -05:00
match LegoGameState::RegisterState() (#729)
This commit is contained in:
parent
77b5f1338c
commit
43ce89224a
1 changed files with 1 additions and 3 deletions
|
@ -1064,9 +1064,7 @@ void LegoGameState::RegisterState(LegoState* p_state)
|
|||
return;
|
||||
}
|
||||
|
||||
if (m_stateArray[targetIndex]) {
|
||||
delete m_stateArray[targetIndex];
|
||||
}
|
||||
delete m_stateArray[targetIndex];
|
||||
m_stateArray[targetIndex] = p_state;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue