mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Reintegrated 2.3 branch into trunk
This commit is contained in:
@ -117,7 +117,7 @@ LRESULT CALLBACK CPlayerWLM::WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM
|
||||
if (playing)
|
||||
{
|
||||
++player->m_TrackCount;
|
||||
player->m_State = PLAYER_PLAYING;
|
||||
player->m_State = STATE_PLAYING;
|
||||
data.erase(0, 3); // Get rid of the status
|
||||
|
||||
// TODO: Handle invalid
|
||||
|
Reference in New Issue
Block a user