Alphabetical commit

Former-commit-id: 3f04840ed109e31cef0e6eda085320aaa17c9f2f
This commit is contained in:
Lynix 2014-06-15 01:13:40 +02:00 committed by Gawaboumga
parent 676ed6c9d8
commit 3f81ab4742
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;
};