X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_gfx.pas;h=2a77c0310d554266aeebb5a50b1c852df7a48254;hp=3a9c79cf7b7102bce7e6e22e00dcd8e6008a491d;hb=a6a2a42e83ed77aed22577a4e5a1bd26694de003;hpb=aab9c00a40aebab672c35d10258404b6eea517e7 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;