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