Skip to content

Commit

Permalink
Fixed issues with CAS taxi
Browse files Browse the repository at this point in the history
  • Loading branch information
luciensadi committed Feb 14, 2025
1 parent df4bf33 commit 98f3fc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/transport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ struct dest_data caribbean_taxi_destinations[] =
{ "shack", "stuffer", "Stuffer Shack", 98015, TAXI_DEST_TYPE_RESTAURANTS_AND_NIGHTCLUBS, TRUE},
{ "diego's", "pizza", "Diego's Pizza and Gyros", 98021, TAXI_DEST_TYPE_RESTAURANTS_AND_NIGHTCLUBS, TRUE},
{ "stingray's", "", "Stingray's", 98045, TAXI_DEST_TYPE_RESTAURANTS_AND_NIGHTCLUBS, TRUE},
{ "creamery", "chincoteague", " Chincoteague Island Creamery", 98060, TAXI_DEST_TYPE_RESTAURANTS_AND_NIGHTCLUBS, TRUE},
{ "creamery", "chincoteague", "Chincoteague Island Creamery", 98060, TAXI_DEST_TYPE_RESTAURANTS_AND_NIGHTCLUBS, TRUE},
{ "tea", "shoppe", "The Tea Shoppe", 100931, TAXI_DEST_TYPE_RESTAURANTS_AND_NIGHTCLUBS, TRUE},
{ "june's", "mama", "Mama June's", 100265, TAXI_DEST_TYPE_RESTAURANTS_AND_NIGHTCLUBS, TRUE},
{ "moe's", "pub", "Moe's Pub", 100214, TAXI_DEST_TYPE_RESTAURANTS_AND_NIGHTCLUBS, TRUE},
Expand All @@ -236,13 +236,13 @@ struct dest_data caribbean_taxi_destinations[] =
{ "rosco's", "", "Rosco's Bar", 100935, TAXI_DEST_TYPE_RESTAURANTS_AND_NIGHTCLUBS, TRUE},
{ "beerman's", "elder", "Elder Beerman's", 101228, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "guns", "big", "Big Bore Guns & Ammo", 98048, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "phil's", "garage", "Phils Garage", 98079, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "fausto's", "surf", "Faustos Surf Shop", 100933, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "phil's", "garage", "Phil's Garage", 98079, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "fausto's", "surf", "Fausto's Surf Shop", 100933, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "pro", "", "The Pro Shop", 100957, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "carlos'", "cars", "Carlos Used Cars", 100201, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "carlos'", "cars", "Carlos' Used Cars", 100201, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "taxidermy", "stevenson's", "Irwin Stevenson's Taxidermy & Hunting", 100256, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "rotorcraft", "sport", "Virginia Beach Sport Rotorcraft", 100927, TAXI_DEST_TYPE_SHOPPING, TRUE},
{ "motorlodge", "scott's", "Scotts Motorlodge", 98082, TAXI_DEST_TYPE_HOTELS_MOTELS, TRUE},
{ "motorlodge", "scott's", "Scott's Motorlodge", 98082, TAXI_DEST_TYPE_HOTELS_MOTELS, TRUE},
{ "bayview", "apartments", "Bayview Apartments", 98011, TAXI_DEST_TYPE_ACCOMMODATIONS, TRUE},
{ "docwagon", "wagon", "DocWagon", 98010, TAXI_DEST_TYPE_HOSPITALS, TRUE},
{ "cart", "crash", "Crash Cart", 100945, TAXI_DEST_TYPE_HOSPITALS, TRUE},
Expand Down

0 comments on commit 98f3fc5

Please sign in to comment.