Fix sedan and skoda getOut sound

Fixes RPT error when exiting skoda and sedan:
Cannot load sound
'ca\sounds\vehicles\wheeled\sedan\ext\ext-sedan-getout-1.wss'
Cannot load sound 'ca\sounds\vehicles\wheeled\bus\int\noise3.wss'
This commit is contained in:
ebaydayz
2016-04-22 14:29:17 -04:00
parent 6ea1df14cf
commit 3c52278e4d
4 changed files with 386 additions and 877 deletions

View File

@@ -371,7 +371,7 @@ class CfgVehicles {
//External Class
//class SkodaBase;
//class SkodaBase; //in Car\Skoda.hpp
class ATV_Base_EP1 : Car
{
class HitPoints : HitPoints
@@ -466,9 +466,10 @@ class CfgVehicles {
#include "Car\UAZ_MG.hpp"
#include "Car\Volha.hpp"
#include "Car\VWGolf.hpp"
#include "Car\UAZ.hpp"
#include "Car\CAR_SEDAN.hpp" //SEDAN/Skoda must be first, hatchback is based on it
#include "Car\Skoda.hpp"
#include "Car\CAR_HATCHBACK.hpp"
#include "Car\UAZ.hpp"
#include "Car\CAR_SEDAN.hpp"
#include "Car\V3S_Civ.hpp"
#include "Car\SUV_DZ.hpp"
#include "Car\Pickup_PK_INS.hpp"