X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=27d40168ef6e5f5f2016aa74c8c311362bb8b142;hb=1585a632e023aab713302ff6ea671b75875830a5;hp=8dd3712b2d6b4488f851731deec7b082514ec9dd;hpb=58e2b6bbe444cccfeb713ecf005564977c0364c8;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 8dd3712b..27d40168 100644 --- a/src/main.c +++ b/src/main.c @@ -67,6 +67,7 @@ int PlayerVisit[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; int GfxFrame[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; int GfxRandom[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; +int GfxRandomStatic[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; int GfxElement[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; int GfxAction[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; int GfxDir[MAX_LEV_FIELDX][MAX_LEV_FIELDY]; @@ -7643,7 +7644,6 @@ static void print_usage(void) " \"convert LEVELDIR [NR]\" convert levels in LEVELDIR\n" " \"create sketch images DIRECTORY\" write BMP images to DIRECTORY\n" " \"create collect image DIRECTORY\" write BMP image to DIRECTORY\n" - " \"create CE image DIRECTORY\" write BMP image to DIRECTORY\n" "\n", program.command_basename); }