X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=02e492578db269aea9ab6d9b0c4df0a6941b2ba9;hb=59ee473b86e7cbc1d9b09a3c22b0bbd3a410f16f;hp=5ad230da024586744008c01df19c16be51358905;hpb=b6191e2bcd1c798efe34d42284ae4ba0b17d6836;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 5ad230da..02e49257 100644 --- a/src/main.c +++ b/src/main.c @@ -84,6 +84,9 @@ int ActiveFont[NUM_FONTS]; int lev_fieldx, lev_fieldy; int scroll_x, scroll_y; +int WIN_XSIZE = 672; +int WIN_YSIZE = 560; + int FX = SX, FY = SY; int ScrollStepSize; int ScreenMovDir = MV_NONE, ScreenMovPos = 0; @@ -120,7 +123,7 @@ struct TitleMessageInfo titlemessage_initial[MAX_NUM_TITLE_MESSAGES]; struct TitleMessageInfo titlemessage_default; struct TitleMessageInfo titlemessage[MAX_NUM_TITLE_MESSAGES]; struct TitleMessageInfo readme; -struct InitInfo init; +struct InitInfo init, init_last; struct MenuInfo menu; struct DoorInfo door_1, door_2; struct PreviewInfo preview;