Removed redundant condition

This commit is contained in:
Pavle Goloskokovic 2018-04-14 18:51:21 +02:00
parent 2167654009
commit 5efa219adc

View file

@ -172,11 +172,6 @@ var HTML5AudioSoundManager = new Class({
var unlock = function ()
{
if (!_this.game.cache.audio.entries.size)
{
return;
}
if (moved)
{
moved = false;