This commit is contained in:
2014-12-12 13:31:04 -05:00
parent db2a7aa99b
commit 90bcdb9062

View File

@@ -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;