hedgewars/uGears.pas
changeset 2599 c7153d2348f3
parent 2597 f777ac80ffef
child 2608 cebfea02f8b5
--- a/hedgewars/uGears.pas	Wed Nov 04 01:42:06 2009 +0000
+++ b/hedgewars/uGears.pas	Thu Nov 05 16:23:09 2009 +0000
@@ -19,7 +19,7 @@
 unit uGears;
 interface
 uses SDLh, uConsts, uFloat;
-{$INCLUDE options.inc}
+{$INCLUDE "options.inc"}
 const AllInactive: boolean = false;
       PrvInactive: boolean = false;
 
@@ -117,8 +117,8 @@
 procedure HHSetWeapon(Gear: PGear); forward;
 
 
-{$INCLUDE GSHandlers.inc}
-{$INCLUDE HHHandlers.inc}
+{$INCLUDE "GSHandlers.inc"}
+{$INCLUDE "HHHandlers.inc"}
 
 const doStepHandlers: array[TGearType] of TGearStepProcedure = (
 			@doStepBomb,