X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=ea5ec18de985d667f2fccda3b504cdbc3f7c1fc5;hb=refs%2Ftags%2F3.2.6.1;hp=9dab9371e449ca0d78369721134f346fe34443cc;hpb=5892805548bddfab434b9f1a0d376e4bf2cb10a4;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 9dab9371..ea5ec18d 100644 --- a/src/init.c +++ b/src/init.c @@ -5500,6 +5500,7 @@ void InitGfx() bitmap_db_field); InitGfxDoor1Info(DX, DY, DXSIZE, DYSIZE); InitGfxDoor2Info(VX, VY, VXSIZE, VYSIZE); + InitGfxWindowInfo(WIN_XSIZE, WIN_YSIZE); InitGfxScrollbufferInfo(FXSIZE, FYSIZE); InitGfxCustomArtworkInfo(); @@ -6190,6 +6191,7 @@ void OpenAll() InitElementPropertiesStatic(); InitElementPropertiesEngine(GAME_VERSION_ACTUAL); + InitElementPropertiesGfxElement(); print_timestamp_time("[post-video]");