diff -r 078cd026a7b1 -r 088d40d8aba2 hedgewars/uWorld.pas --- 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 + * Copyright (c) 2004-2011 Andrey Korotaev * * 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