diff -r 41732f986b4f -r d54b2c718971 hedgewars/hwengine.pas --- a/hedgewars/hwengine.pas Mon Mar 22 17:48:19 2010 +0000 +++ b/hedgewars/hwengine.pas Mon Mar 22 17:59:59 2010 +0000 @@ -570,10 +570,16 @@ GetParams(); Randomize(); - if GameType = gmtLandPreview then GenLandPreview() + if GameType = gmtLandPreview then + begin +{$IFDEF HWLIBRARY} + // initEverything(); TODO - Koda, please check to see if this is appropriate here +{$ENDIF} + GenLandPreview(); + // freeEverything() TODO - Koda, please check if this is also needed here. + end else if GameType = gmtSyntax then DisplayUsage() else Game(); - freeEverything(); if GameType = gmtSyntax then ExitCode:= 1