X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2FDoom2DF.lpr;h=53020f419c5a1886f69eb0167ca032fb43cde9e2;hp=a897aea46837941e4faa6ab7ced11b7f938b79c9;hb=ccbaf6953ba60385f0fd86ec5921c81ecd6fe08b;hpb=9cdcaa197fc2ad55a382ba5c96273a94538922dc diff --git a/src/game/Doom2DF.lpr b/src/game/Doom2DF.lpr index a897aea..53020f4 100644 --- a/src/game/Doom2DF.lpr +++ b/src/game/Doom2DF.lpr @@ -63,6 +63,12 @@ uses ENet in '../wrappers/enet/enet.pas', {$ELSE} ENet in '../lib/enet/enet.pp', + {$IFDEF GO32V2} + Watt32 in '../lib/watt32/watt32.pp', + {$ENDIF} +{$ENDIF} +{$IFDEF USE_SDL2ALLEGRO} + Allegro in '../lib/allegro4/allegro.pas', {$ENDIF} e_graphics in '../engine/e_graphics.pas', e_input in '../engine/e_input.pas', @@ -189,6 +195,7 @@ begin else if ParamStr(f) = '--log' then conbufDumpToStdOut := true else if ParamStr(f) = '--safe-log' then e_SetSafeSlowLog(true); end; + if noct then begin Main()