hedgewars/uConsole.pas
changeset 2599 c7153d2348f3
parent 2578 ec8e69b23097
child 2630 079ef82eac75
--- a/hedgewars/uConsole.pas	Wed Nov 04 01:42:06 2009 +0000
+++ b/hedgewars/uConsole.pas	Thu Nov 05 16:23:09 2009 +0000
@@ -19,7 +19,7 @@
 unit uConsole;
 interface
 uses uFloat;
-{$INCLUDE options.inc}
+{$INCLUDE "options.inc"}
 const isDeveloperMode: boolean = true;
 type TVariableType = (vtCommand, vtLongInt, vthwFloat, vtBoolean);
      TCommandHandler = procedure (var params: shortstring);
@@ -34,7 +34,6 @@
 procedure doPut(putX, putY: LongInt; fromAI: boolean);
 
 implementation
-{$J+}
 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand,
      uRandom, uAmmos, uTriggers, uStats, uGame, uChat, SDLh, uSound, uVisualGears;
 
@@ -223,7 +222,7 @@
 if (Message and gm_Attack) <> 0 then ParseCommand('/-attack', true)
 end;
 
-{$INCLUDE CCHandlers.inc}
+{$INCLUDE "CCHandlers.inc"}
 
 initialization
 InitConsole;