author | Wuzzy <Wuzzy2@mail.ru> |
Fri, 11 Oct 2019 16:56:02 +0200 | |
changeset 15464 | 25a5a0f86928 |
parent 15463 | a7d54832fad6 |
child 15465 | a18f7e4681b8 |
--- a/hedgewars/uVideoRec.pas Fri Oct 11 16:54:50 2019 +0200 +++ b/hedgewars/uVideoRec.pas Fri Oct 11 16:56:02 2019 +0200 @@ -289,7 +289,6 @@ // Videos don't work if /lua command was used, so we forbid them if luaCmdUsed then begin - // TODO: Show message to player PlaySound(sndDenied); AddChatString(#0 + shortstring(trmsg[sidVideoRecLuaFail])); AddFileLog('Pre-recording prevented; /lua command was used before');