Split hatchback and sedan into separate files

Using 1.8.7 style now. If it was erroring out before it's because Skoda
needed to be defined before hatchback.
This commit is contained in:
ebaydayz
2016-03-05 21:04:06 -05:00
parent 9d52fb0595
commit eadb3566c4
3 changed files with 115 additions and 536 deletions

View File

@@ -458,9 +458,9 @@ class CfgVehicles {
#include "Car\UAZ_MG.hpp"
#include "Car\Volha.hpp"
#include "Car\VWGolf.hpp"
//#include "Car\CAR_HATCHBACK.hpp" //contained in CAR_SEDAN
#include "Car\UAZ.hpp"
#include "Car\CAR_SEDAN.hpp"
#include "Car\CAR_SEDAN.hpp" //SEDAN/Skoda must be first, hatchback is based on it
#include "Car\CAR_HATCHBACK.hpp"
#include "Car\V3S_Civ.hpp"
#include "Car\SUV.hpp"
#include "Car\Pickup_PK_INS.hpp"