mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
build 200120. pantograph valves, emergency brake sound, sound proofing tweak, minor vehicle logic bug fixes, minor gfx renderer bug fixes
This commit is contained in:
@@ -917,8 +917,8 @@ sound_source::update_location() {
|
||||
m_properties.location = location();
|
||||
}
|
||||
|
||||
float const EU07_SOUNDPROOFING_STRONG { 0.25f };
|
||||
float const EU07_SOUNDPROOFING_SOME { 0.65f };
|
||||
float const EU07_SOUNDPROOFING_STRONG { 0.5f }; // 0.25 after squaring
|
||||
float const EU07_SOUNDPROOFING_SOME { 0.8f }; // ~0.65 after squaring
|
||||
float const EU07_SOUNDPROOFING_NONE { 1.f };
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user