--- a/hedgewars/hwengine.pas Mon Oct 11 16:56:00 2010 -0400
+++ b/hedgewars/hwengine.pas Tue Oct 12 05:06:30 2010 +0200
@@ -36,8 +36,6 @@
alsoShutdownFrontend: boolean = false;
{$IFDEF HWLIBRARY}
-type arrayofpchar = array[0..10] of PChar;
-
procedure initEverything(complete:boolean);
procedure freeEverything(complete:boolean);
@@ -198,7 +196,7 @@
///////////////
{$IFDEF HWLIBRARY}
-procedure Game(gameArgs: arrayofpchar); cdecl; export;
+procedure Game(gameArgs: PPChar); cdecl; export;
{$ELSE}
procedure Game;
{$ENDIF}
@@ -216,7 +214,7 @@
{$IFDEF DEBUGFILE}
cShowFPS:= true;
{$ELSE}
- cShowFPS:= false; // update me at release time
+ cShowFPS:= false;
{$ENDIF}
val(gameArgs[0], ipcPort);
val(gameArgs[1], cScreenWidth);