Fix missing increment

This commit is contained in:
Jackson Davis 2015-04-04 18:58:14 -07:00
parent f3f2e6c18b
commit 1a4ca6e19d
1 changed files with 2 additions and 0 deletions

View File

@ -366,5 +366,7 @@ void news_item_peep_removed(uint8 type, uint32 sprite_index) {
newsItem->flags |= 0x1;
window_invalidate_by_class(WC_RECENT_NEWS);
}
newsItem++;
}
}