X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=999315935061e2848a37ede786be9b22e6e32aea;hb=4231c290a878b5fb95bffdf78b5486359ce1268f;hp=8de710719aabd8b454a36c222150ee8a1013e88e;hpb=0fa270ea50e806d9af79d08a9bf9386593a4e6cb;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 8de71071..99931593 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -1050,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; };