mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-03 09:48:05 +01:00
Fix f66baa44
: for-loop is no longer increasing "i"
During conversion it was overlooked that the for-loop used to do this. Oops.
This commit is contained in:
parent
f2d78b11dd
commit
8fa2a67f6b
@ -92,6 +92,8 @@ struct AIListWindow : public Window {
|
||||
this->selected = i;
|
||||
break;
|
||||
}
|
||||
|
||||
i++;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user