changeset 4357 | a1fcfc341a52 |
parent 4210 | caa9b08990eb |
child 4359 | 83ef50815535 |
--- a/hedgewars/uConsole.pas Wed Nov 17 16:31:30 2010 +0300 +++ b/hedgewars/uConsole.pas Wed Nov 17 17:22:36 2010 +0300 @@ -38,7 +38,7 @@ implementation uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uMobile, - uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript; + uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript, uTypes; const cLineWidth: LongInt = 0; cLinesCount = 256;