--- 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,