mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-02 19:56:13 +01:00
Remove redundant comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user