mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 07:39:19 +02:00
Merge branch 'tmj-dev'
This commit is contained in:
@@ -4762,8 +4762,6 @@ void TDynamicObject::LoadMMediaFile( std::string BaseDir, std::string TypeName,
|
||||
// szum podczas jazdy:
|
||||
m_wheelflat.deserialize( parser, sound_type::single, sound_parameters::frequency );
|
||||
m_wheelflat.owner( this );
|
||||
|
||||
m_wheelflat.m_amplitudefactor /= ( 1 + MoverParameters->Vmax );
|
||||
}
|
||||
|
||||
} while( ( token != "" )
|
||||
@@ -4926,8 +4924,6 @@ void TDynamicObject::LoadMMediaFile( std::string BaseDir, std::string TypeName,
|
||||
if( true == m_wheelflat.empty() ) {
|
||||
m_wheelflat.deserialize( "lomotpodkucia.wav 0.23 0.0", sound_type::single, sound_parameters::frequency );
|
||||
m_wheelflat.owner( this );
|
||||
|
||||
m_wheelflat.m_amplitudefactor /= ( 1 + MoverParameters->Vmax );
|
||||
}
|
||||
if( true == rscurve.empty() ) {
|
||||
// hunter-111211: domyslne, gdy brak
|
||||
|
||||
Reference in New Issue
Block a user