summaryrefslogtreecommitdiff
path: root/src/main-x11.c.rej
blob: 43a35fb7d8cdebfbce61db5560756dd829c68141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
***************
*** 3198,3199
-               /* Try the "20x20.bmp" file */
-               path_build(filename, 1024, ANGBAND_DIR_XTRA, "graf/20x20.bmp");
--- 3198,3199 -----
+               /* Try the "16x16.bmp" file */
+               path_build(filename, 1024, ANGBAND_DIR_XTRA, "graf/16x16.bmp");
***************
*** 3201
-               /* Use the "20x20.bmp" file if it exists */
--- 3201 -----
+               /* Use the "16x16.bmp" file if it exists */
***************
*** 3208
-                       pict_wid = pict_hgt = 20;
--- 3208 -----
+                       pict_wid = pict_hgt = 16;