X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=b2f95e358d73182a3ff53224b821cdc3f2163d2f;hb=b4daa7d0a171abb2a25609e89c323863e6246b0b;hp=f321f217c0d16e71d044d25d017bb08df390d50d;hpb=eaa66141d6a6bfb5ffd4b75d24e941fc0cf0368c;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index f321f217..b2f95e35 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -482,7 +482,8 @@ #define POS_BOTTOM 6 #define POS_ANY 7 #define POS_CE 8 -#define POS_LAST 9 +#define POS_CE_TRIGGER 9 +#define POS_LAST 10 // values for text alignment #define ALIGN_LEFT (1 << 0)