Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Triang3l committed Nov 17, 2014
1 parent e577bb1 commit 0370f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/WebQuake/S.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0370f1f

Please sign in to comment.