diff -r de20086a6bcc -r 7c080e5ac8d0 hedgewars/uSound.pas --- a/hedgewars/uSound.pas Thu May 10 23:51:05 2012 +0400 +++ b/hedgewars/uSound.pas Fri May 11 00:28:06 2012 +0400 @@ -33,7 +33,7 @@ * The channel id can be used to stop a specific sound loop. *) interface -uses SDLh, uConsts, uTypes, sysutils; +uses SDLh, uConsts, uTypes, SysUtils; procedure initModule; procedure freeModule;