1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Fix missing increment

This commit is contained in:
Jackson Davis
2015-04-04 18:58:14 -07:00
parent f3f2e6c18b
commit 1a4ca6e19d

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++;
}
}