Audio/Music: Fix Stop not resetting playing offset if music was already stopped

Also prevented a useless seek at destruction
This commit is contained in:
Lynix
2016-11-24 20:17:30 +01:00
parent e7ddcaf876
commit 057de1544b
2 changed files with 13 additions and 8 deletions

View File

@@ -73,6 +73,7 @@ namespace Nz
bool FillAndQueueBuffer(unsigned int buffer);
void MusicThread();
void StopThread();
static MusicLoader::LoaderList s_loaders;
};