(svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect.

This commit is contained in:
rubidium
2009-03-11 17:26:58 +00:00
parent 66e0fcdd01
commit fb2ea6c9ed
4 changed files with 26 additions and 32 deletions

View File

@@ -359,7 +359,7 @@ void AfterLoadVehicles(bool part_of_load)
default: break;
}
v->left_coord = INVALID_COORD;
v->coord.left = INVALID_COORD;
VehiclePositionChanged(v);
}
}