mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 12:07:13 +01:00
Merge pull request #36 from Xmair/master
Updated Misc/Vehicle.cpp to fix Virgo
This commit is contained in:
commit
0492ca8f2a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user