hedgewars/uWorld.pas
changeset 4976 088d40d8aba2
parent 4901 d1e2d82d9ccc
child 5022 d2a2f6c9b236
--- a/hedgewars/uWorld.pas	Mon Feb 28 22:28:43 2011 +0300
+++ b/hedgewars/uWorld.pas	Wed Mar 02 00:27:20 2011 +0100
@@ -1,6 +1,6 @@
 (*
  * Hedgewars, a free turn based strategy game
- * Copyright (c) 2004-2010 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2011 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -1005,7 +1005,7 @@
 // Chat
 DrawChat;
 
-// confirmation caption
+// various captions
 if fastUntilLag then DrawCentered(0, (cScreenHeight shr 1), SyncTexture);
 if isPaused then DrawCentered(0, (cScreenHeight shr 1), PauseTexture);
 if not isFirstFrame and (missionTimer <> 0) or isPaused or fastUntilLag or (GameState = gsConfirm) then