X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=2f39c1a1ddca6ef012d21f2461422af5a94e00b1;hb=HEAD;hp=d00c47ba1c3e14d2d1557169024626b0578b7a16;hpb=3eeac0d62d19cbdd926ed329ffb70a3105a94d27;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index d00c47ba..73d50ddc 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1241,6 +1241,7 @@ struct GfxInfo char * (*get_token_from_font_function)(int); int anim_random_frame; + int anim_first_level; void (*draw_busy_anim_function)(boolean); void (*draw_global_anim_function)(int, int); @@ -1517,6 +1518,7 @@ struct SetupInfo boolean sound_music; boolean sound_simple; boolean toons; + boolean global_animations; boolean scroll_delay; boolean forced_scroll_delay; int scroll_delay_value;