mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-23 23:04:36 +01:00
cmake build
This commit is contained in:
@@ -362,7 +362,7 @@ void Mixer::MixChannel(Channel& channel, Uint8* data, int length)
|
||||
}
|
||||
channel.offset = 0;
|
||||
}
|
||||
} while(loaded < length || (loaded < length && channel.loop != 0 && channel.offset == 0));
|
||||
} while(loaded < length && channel.loop != 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user