MOHAWK: Don't fail to delete consecutive items.

This commit is contained in:
Alyssa Milburn 2011-03-29 15:08:21 +02:00
parent 9bf0800032
commit ad7b6f6817

View File

@ -498,6 +498,7 @@ void MohawkEngine_LivingBooks::updatePage() {
switch (delayedEvent.type) {
case kLBDelayedEventDestroy:
_items.remove_at(i);
i--;
delete delayedEvent.item;
if (_focus == delayedEvent.item)
_focus = NULL;