Fix typo in timer handle fix.
This commit is contained in:
parent
8d6819c75c
commit
8cf314bebf
|
@ -185,7 +185,7 @@ AmbientSoundsRestart()
|
||||||
if (tAmbientSounds != INVALID_HANDLE)
|
if (tAmbientSounds != INVALID_HANDLE)
|
||||||
{
|
{
|
||||||
KillTimer(tAmbientSounds);
|
KillTimer(tAmbientSounds);
|
||||||
tAmbientSounds == INVALID_HANDLE;
|
tAmbientSounds = INVALID_HANDLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
// If ambience is disabled, then stop.
|
// If ambience is disabled, then stop.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user