1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +01:00

Remove redundant comment

This commit is contained in:
Duncan Frost
2014-11-09 08:52:23 +00:00
parent 8f2b180603
commit a375068f66

View File

@@ -111,7 +111,6 @@ void peep_update_all()
void invalidate_sprite(rct_peep* peep){
if (peep->var_16 == (sint16)0x8000) return;
// Note this function is different to original perhaps change back (part of viewport testing)
for (rct_viewport** viewport_p = RCT2_ADDRESS(RCT2_ADDRESS_ACTIVE_VIEWPORT_PTR_ARRAY, rct_viewport*); *viewport_p!= NULL; viewport_p++){
rct_viewport* viewport = *viewport_p;
int left, right, top, bottom;