X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=d5027aecd803aedaa1543eb07bebe01fb748d927;hp=f7259356ee8eb5932f8d76d43605975a4eccaf59;hb=f1f15272242355ab7bc94028b4fa4b2e0f8152b5;hpb=a1627e4fd77cc7d612fd77e56c7fb35e19d9092a diff --git a/src/libgame/system.h b/src/libgame/system.h index f7259356..d5027aec 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1204,13 +1204,15 @@ struct DoorPartPosInfo struct TextPosInfo { int x, y; + int xoffset; /* special case for tape date and time */ + int xoffset2; /* special case for tape date */ int width, height; int align, valign; - int size; + int size; /* also used for suffix ".digits" */ int font, font_alt; boolean draw_masked; boolean draw_player; /* special case for network player buttons */ - int sort_priority; + int sort_priority; /* also used for suffix ".draw_order" */ int id; };