OSDN Git Service

Had renamed the mask file for Adam Bolt's tileset to 16x16-mask.bmp (to make it clear...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 20 Jan 2021 03:35:09 +0000 (19:35 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 20 Jan 2021 03:35:09 +0000 (19:35 -0800)
src/main-win.c

index 6140379..0e6acfe 100644 (file)
@@ -1728,7 +1728,7 @@ static bool init_graphics(void)
        if (arg_graphics == GRAPHICS_ADAM_BOLT)
        {
                /* Access the mask file */
-               path_build(buf, sizeof(buf), ANGBAND_DIR_XTRA_GRAF, "mask.bmp");
+               path_build(buf, sizeof(buf), ANGBAND_DIR_XTRA_GRAF, "16x16-mask.bmp");
 
                /* Load the bitmap or quit */
                if (!ReadDIB(data[0].w, buf, &infMask))