1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-08-27 10:17:11 +02:00

Merge pull request #36 from Xmair/master

Updated Misc/Vehicle.cpp to fix Virgo
This commit is contained in:
Sandu Liviu Catalin
2018-08-25 13:08:22 +03:00
committed by GitHub

View File

@@ -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