[go: up one dir, main page]

File: main-x11.c.rej

package info (click to toggle)
tome 2.3.5-2
  • links: PTS, VCS
  • area: non-free
  • in suites: lenny, squeeze, wheezy
  • size: 15,844 kB
  • ctags: 13,854
  • sloc: ansic: 174,540; sh: 240; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
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;