diff -r a98ade8c99b6 -r fa39c61be4de hedgewars/uKeys.pas --- a/hedgewars/uKeys.pas Mon Jan 15 23:25:44 2007 +0000 +++ b/hedgewars/uKeys.pas Tue Jan 16 16:51:12 2007 +0000 @@ -18,8 +18,8 @@ unit uKeys; interface +uses uConsts; {$INCLUDE options.inc} -uses uConsts; type TBinds = array[0..cKeyMaxIndex] of shortstring;