X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_gfx.pas;h=2a77c0310d554266aeebb5a50b1c852df7a48254;hb=3e9b43c5a53e39e3651b946c11ec61387406b36c;hp=3a9c79cf7b7102bce7e6e22e00dcd8e6008a491d;hpb=22f00c44f3473ea1823ae8c7e85ed175a4c884cf;p=d2df-sdl.git diff --git a/src/game/g_gfx.pas b/src/game/g_gfx.pas index 3a9c79c..2a77c03 100644 --- a/src/game/g_gfx.pas +++ b/src/game/g_gfx.pas @@ -106,7 +106,7 @@ function awmIsSetHolmes (x, y: Integer): Boolean; inline; //k8: sorry, i have to emulate virtual methods this way, 'cause i haet `Object` procedure thinkerBloodAndWater (); procedure thinkerSpark (); - procedure thinkerBubble (); + procedure thinkerBubble (); procedure findFloor (force: Boolean=false); // this updates `floorY` if forced or Unknown procedure findCeiling (force: Boolean=false); // this updates `ceilingY` if forced or Unknown @@ -135,8 +135,7 @@ function awmIsSetHolmes (x, y: Integer): Boolean; inline; implementation uses - {$INCLUDE ../nogl/noGLuses.inc} - g_map, g_panel, g_basic, Math, e_graphics, + g_map, g_panel, g_basic, Math, g_options, g_console, SysUtils, g_triggers, MAPDEF, g_game, g_language, g_net, utils, xprofiler;