(svn r1410) Replaced all occurences of 'passanger' by 'passenger' in the code

This commit is contained in:
celestar
2005-01-07 08:38:27 +00:00
parent a6ba0d3fbe
commit 8ed132a5b9
6 changed files with 8 additions and 8 deletions

View File

@@ -1548,7 +1548,7 @@ int32 CmdReplaceVehicle(int x, int y, uint32 flags, uint32 p1, uint32 p2)
v->spritenum = avi->image_index;
if ( cargo_type == CT_PASSENGERS ) {
v->cargo_cap = avi->passanger_capacity;
v->cargo_cap = avi->passenger_capacity;
u = v->next;
u->cargo_cap = avi->mail_capacity;
} else {