diff options
author | aap <aap@papnet.eu> | 2020-05-07 11:47:08 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-05-07 11:47:08 +0200 |
commit | aff89c6f5c7eaebb80efd9564af0d1830f8ec1f5 (patch) | |
tree | 4b60869b14233d9155f26dba008b31c2efa925bf /src | |
parent | VC vehicles just barely working now (diff) | |
download | re3-aff89c6f5c7eaebb80efd9564af0d1830f8ec1f5.tar re3-aff89c6f5c7eaebb80efd9564af0d1830f8ec1f5.tar.gz re3-aff89c6f5c7eaebb80efd9564af0d1830f8ec1f5.tar.bz2 re3-aff89c6f5c7eaebb80efd9564af0d1830f8ec1f5.tar.lz re3-aff89c6f5c7eaebb80efd9564af0d1830f8ec1f5.tar.xz re3-aff89c6f5c7eaebb80efd9564af0d1830f8ec1f5.tar.zst re3-aff89c6f5c7eaebb80efd9564af0d1830f8ec1f5.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/re3.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index 36cb101b..c221d64b 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -193,7 +193,7 @@ ResetCamStatics(void) } static const char *carnames[] = { - "landstal", "idaho", "stinger", "linerun", "peren", "sentinel" "rio", "firetruk", "trash", "stretch", "manana", + "landstal", "idaho", "stinger", "linerun", "peren", "sentinel", "rio", "firetruk", "trash", "stretch", "manana", "infernus", "voodoo", "pony", "mule", "cheetah", "ambulan", "fbicar", "moonbeam", "esperant", "taxi", "washing", "bobcat", "mrwhoop", "bfinject", "hunter", "police", "enforcer", "securica", "banshee", "predator", "bus", "rhino", "barracks", "cuban", "chopper", "angel", "coach", "cabbie", "stallion", "rumpo", "rcbandit", "romero", @@ -203,7 +203,7 @@ static const char *carnames[] = { "hermes", "sabre", "sabretur", "pheonix", "walton", "regina", "comet", "deluxo", "burrito", "spand", "marquis", "baggage", "kaufman", "maverick", "vcnmav", "rancher", "fbiranch", "virgo", "greenwoo", "jetmax", "hotring", "sandking", "blistac", "polmav", "boxville", "benson", "mesa", "rcgoblin", "hotrina", "hotrinb", - "bloodra", "bloodrb", "vicechee", + "bloodra", "bloodrb", "vicechee" }; static std::list<CTweakVar *> TweakVarsList; |