Improved code based on CppCheck results

None of this should change the engine's behavior, but the code is better
this way.


Former-commit-id: 0127769848fc1f7fc8006ee607985cfc0ead2965
This commit is contained in:
Lynix
2015-06-05 13:25:17 +02:00
parent 0f27930467
commit fc65b30f84
15 changed files with 22 additions and 49 deletions

View File

@@ -23,7 +23,6 @@ struct NzMusicImpl
std::vector<nzInt16> chunkSamples;
NzThread thread;
bool loop = false;
bool paused = false;
bool streaming = false;
unsigned int sampleRate;
};