tonihele / OpenKeeper

Dungeon Keeper II remake
GNU General Public License v3.0
428 stars 41 forks source link

Reduce complexity of toniarts.openkeeper.video.tgq.TgqFile.readAudioHeader(int frameSize) #443

Closed tonihele closed 9 months ago

tonihele commented 9 months ago

Reduce complexity of toniarts.openkeeper.video.tgq.TgqFile.readAudioHeader(int frameSize). Refactor it . I guess the issue is that it is some kind of a stateful reader all written in one method inside nested loops.