mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user