1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Don't use initializer lists for members

This commit is contained in:
Broxzier
2016-12-23 22:15:09 +01:00
parent 6c29bdbf21
commit 41e168baf1
3 changed files with 9 additions and 19 deletions

View File

@@ -437,10 +437,6 @@ void Channel::SetGroup(int group)
}
Mixer::Mixer()
: deviceid(0)
, format({ 0 })
, effectbuffer(0)
, volume(1)
{
for (size_t i = 0; i < Util::CountOf(css1sources); i++) {
css1sources[i] = 0;