From cfca96767ca8861ea491744ceb526c274771b367 Mon Sep 17 00:00:00 2001 From: Xmair <34933489+Xmair@users.noreply.github.com> Date: Sat, 25 Aug 2018 15:02:46 +0500 Subject: [PATCH] Update Vehicle.cpp --- source/Misc/Vehicle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Misc/Vehicle.cpp b/source/Misc/Vehicle.cpp index 7a86d633..32759e8b 100644 --- a/source/Misc/Vehicle.cpp +++ b/source/Misc/Vehicle.cpp @@ -664,7 +664,7 @@ Int32 GetAutomobileID(const StackStrF & name) // [Vic]e Squad Cheetah if (c == 'a') return SQMOD_VEHICLE_VICECHEE; // [Vir]go - if (c == 'o') return SQMOD_VEHICLE_VIRGO; + if (c == 'r') return SQMOD_VEHICLE_VIRGO; // Default to unknwon else return SQMOD_UNKNOWN; // [Vo]odoo