hedgewars/uKeys.pas
changeset 2599 c7153d2348f3
parent 2591 c6597b65caea
child 2606 ed687a8d081f
--- a/hedgewars/uKeys.pas	Wed Nov 04 01:42:06 2009 +0000
+++ b/hedgewars/uKeys.pas	Thu Nov 05 16:23:09 2009 +0000
@@ -19,7 +19,7 @@
 unit uKeys;
 interface
 uses uConsts, SDLh;
-{$INCLUDE options.inc}
+{$INCLUDE "options.inc"}
 
 type TBinds = array[0..cKeyMaxIndex] of shortstring;
 type TKeyboardState = array[0..cKeyMaxIndex] of Byte;