Fix typo
This commit is contained in:
@@ -127,7 +127,7 @@ void cMedTown::append(legacy::ave_tr_type& old, int town_num){
|
||||
// Try to fix specials that could be triggered while in a boat
|
||||
// (Boats never triggered specials in the old BoE, so we probably don't want them to trigger.)
|
||||
int found_spec = -1;
|
||||
for(int k = 0; i < 50; k++) {
|
||||
for(int k = 0; k < 50; k++) {
|
||||
if(i == special_locs[k].x && j == special_locs[k].y) {
|
||||
found_spec = k;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user