--- a/hedgewars/uWorld.pas Sun May 18 10:54:43 2008 +0000
+++ b/hedgewars/uWorld.pas Mon May 19 18:07:05 2008 +0000
@@ -39,7 +39,7 @@
implementation
uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, GL,
- uAmmos, uVisualGears;
+ uAmmos, uVisualGears, uChat;
const FPS: Longword = 0;
CountTicks: Longword = 0;
SoundTimerTicks: Longword = 0;
@@ -333,6 +333,8 @@
// AmmoMenu
if (AMxCurr < cScreenWidth) or bShowAmmoMenu then ShowAmmoMenu(Surface);
+DrawChat;
+
// Cursor
if isCursorVisible then
begin