X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=999315935061e2848a37ede786be9b22e6e32aea;hb=4231c290a878b5fb95bffdf78b5486359ce1268f;hp=12fea19b2f905e96e2735a810fc03a0f4a28deeb;hpb=2c54d1765fec2db1ab23e2d5b5fba927efa463ce;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 12fea19b..99931593 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -812,6 +812,7 @@ struct SetupInfo boolean double_buffering; boolean direct_draw; /* !double_buffering (redundant!) */ boolean scroll_delay; + boolean scroll_delay_value; boolean soft_scrolling; boolean fade_screens; boolean autorecord; @@ -1049,8 +1050,11 @@ struct TextPosInfo int x, y; int width, height; int align, valign; - int chars; + int size; int font, font_alt; + boolean draw_masked; + int sort_priority; + int id; };