From 0370f1f0dfc6911cf149ea7c5b004df49655e742 Mon Sep 17 00:00:00 2001 From: SiPlus Date: Mon, 17 Nov 2014 19:41:42 +0300 Subject: [PATCH] Typo correction --- Client/WebQuake/S.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/WebQuake/S.js b/Client/WebQuake/S.js index a19b846..9fc30d3 100644 --- a/Client/WebQuake/S.js +++ b/Client/WebQuake/S.js @@ -42,7 +42,7 @@ S.Init = function() continue; if (ch.sfx.cache.loopstart == null) { - Con.Print('Sound ambience/' + sfx.name + '.wav not looped\n'); + Con.Print('Sound ambience/' + ch.sfx.name + '.wav not looped\n'); continue; } if (S.context != null)