Alphabetical commit

Former-commit-id: 88c2aad1451a941f7b3afa83063d9383fc8b40d2
This commit is contained in:
Lynix 2014-06-15 01:13:40 +02:00
parent b4c6dac441
commit 13e1cadcdd
1 changed files with 1 additions and 1 deletions

View File

@ -22,8 +22,8 @@ struct NzMusicImpl
NzSoundStream* stream;
NzThread thread;
bool loop = false;
bool streaming = false;
bool paused = false;
bool streaming = false;
unsigned int sampleRate;
};