X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.h;h=b18675a3691f6f154b9a918aba3174e94437bf7f;hb=34392542ff9022d786f7ffe513c8119d49fd5bc5;hp=831678704133e0dcff79080e0ef31649d097c418;hpb=105a766bac0ad0ee8c2c14df636600706604dfe6;p=rocksndiamonds.git diff --git a/src/game.h b/src/game.h index 83167870..b18675a3 100644 --- a/src/game.h +++ b/src/game.h @@ -156,6 +156,7 @@ struct GameInfo boolean use_native_emc_graphics_engine; boolean use_native_sp_graphics_engine; boolean use_masked_pushing; + boolean use_masked_elements; int forced_scroll_delay_value; int scroll_delay_value; int tile_size; @@ -198,6 +199,8 @@ struct GameInfo boolean envelope_active; boolean no_time_limit; // (variable only in very special case) + int time_final; // time (in seconds) or steps left or played + int score; int score_final; @@ -401,6 +404,7 @@ int GetElementFromGroupElement(int); int getPlayerInventorySize(int); +void UpdateGameDoorValues(void); void DrawGameDoorValues(void); void UpdateAndDisplayGameControlValues(void);