Fix typo in timer handle fix.

This commit is contained in:
Richard Helgeby 2014-09-14 14:05:40 +02:00
parent 8d6819c75c
commit 8cf314bebf
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ AmbientSoundsRestart()
if (tAmbientSounds != INVALID_HANDLE)
{
KillTimer(tAmbientSounds);
tAmbientSounds == INVALID_HANDLE;
tAmbientSounds = INVALID_HANDLE;
}
// If ambience is disabled, then stop.