mirror of https://github.com/stella-emu/stella.git
Fix minor warning from cppcheck.
This commit is contained in:
parent
1bb19a05ba
commit
f8f3805dae
|
@ -48,7 +48,7 @@ CartridgeCTY::CartridgeCTY(const BytePtr& image, uInt32 size,
|
|||
// Point to the first tune
|
||||
myFrequencyImage = myTuneData;
|
||||
|
||||
for(uInt8 i = 0; i < 3; i++)
|
||||
for(uInt8 i = 0; i < 3; ++i)
|
||||
myMusicCounters[i] = myMusicFrequencies[i] = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue