Fix missing sound

Thx iben
This commit is contained in:
A Man
2022-05-11 08:59:57 +02:00
parent f517866ef7
commit b95dae2e12
2 changed files with 2 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ class Mini_Cooper_base: epoch_car
};
class NoiseIn
{
sound[] = {"ca\sounds\Vehicles\Wheeled\Noises\int\int-noise2", db-20, 1.0};
sound[] = {"ca\sounds\Vehicles\Wheeled\Noises\int\noise2", db-20, 1.0};
frequency = "1";
volume = "(damper0 max 0.03)*(speed factor[0, 8])*(1-camPos)"; //definice INSIDE zvuku
};

View File

@@ -211,7 +211,7 @@ class Nissan_base: epoch_car
};
class NoiseIn {
sound[] = {"ca\sounds\Vehicles\Wheeled\Noises\int\int-noise2", 0.1, 1.0};
sound[] = {"ca\sounds\Vehicles\Wheeled\Noises\int\noise2", 0.1, 1.0};
frequency = "1";
volume = "(damper0 max 0.03)*(speed factor[0, 8])*(1-camPos)";
};