mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 02:09:19 +02:00
sound fixed
This commit is contained in:
@@ -4711,7 +4711,7 @@ void TDynamicObject::LoadMMediaFile(std::string BaseDir, std::string TypeName,
|
||||
for( int i = 0; i < iAxles; i++ ) {
|
||||
parser.getTokens( 1, false );
|
||||
parser >> dWheelsPosition[ i ];
|
||||
parser.getTokens();
|
||||
parser.getTokens(1, false);
|
||||
parser >> token;
|
||||
if( token != "end" ) {
|
||||
rsStukot[i] = sound_man->create_sound(token);
|
||||
|
||||
Reference in New Issue
Block a user