hedgewars/uVideoRec.pas
changeset 15464 25a5a0f86928
parent 15463 a7d54832fad6
--- 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');