hedgewars/uWorld.pas
changeset 942 b41af014d85e
parent 883 07a568ba44e0
child 956 19003f7fc174
--- 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