X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fmain_bd.c;h=3992593359260faac31cd6b3823666dd57ac1889;hb=3b292f6abf8f677bbfdbd9b583c54113b8e64959;hp=c734d5ea0990875a1b87402c673c073eb374acc4;hpb=70d64256513a57f375431931c606ae85ed5b9d3f;p=rocksndiamonds.git diff --git a/src/game_bd/main_bd.c b/src/game_bd/main_bd.c index c734d5ea..39925933 100644 --- a/src/game_bd/main_bd.c +++ b/src/game_bd/main_bd.c @@ -446,6 +446,13 @@ boolean use_bd_smooth_movements(void) (setup.bd_smooth_movements == AUTO && !use_native_bd_graphics_engine())); } +// check if player pushing graphics selected in setup menu +boolean use_bd_pushing_graphics(void) +{ + return ((setup.bd_pushing_graphics == TRUE) || + (setup.bd_pushing_graphics == AUTO && !use_native_bd_graphics_engine())); +} + Bitmap **GetTitleScreenBitmaps_BD(void) { Bitmap **title_screen_bitmaps = gd_get_title_screen_bitmaps();