hedgewars/uGame.pas
changeset 358 236bbd12d4d9
parent 351 29bc9c36ad5f
child 371 731ad6d27bd1
--- a/hedgewars/uGame.pas	Mon Jan 22 18:32:00 2007 +0000
+++ b/hedgewars/uGame.pas	Tue Jan 23 16:59:05 2007 +0000
@@ -35,7 +35,7 @@
 if isPaused then exit;
 if not CurrentTeam^.ExtDriven then
    begin
-   NetGetNextCmd; // its for the case when receiving "/say" message
+   NetGetNextCmd; // its for the case of receiving "/say" message
    isInLag:= false;
    inc(SendEmptyPacketTicks, Lag);
    if SendEmptyPacketTicks >= cSendEmptyPacketTime then