Changeset 269
- Timestamp:
- 07/04/07 15:07:19 (1 year ago)
- Files:
-
- trunk/src/main-x11.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main-x11.c
r232 r269 2846 2846 2847 2847 2848 /* Try the file */ 2849 path_build(filename, sizeof(filename), ANGBAND_DIR_XTRA, bitmap_file); 2850 if (!my_fexists(filename)) 2851 { 2852 use_graphics = GRAPHICS_NONE; 2853 use_transparency = FALSE; 2854 ANGBAND_GRAF = 0; 2848 if (bitmap_file) 2849 { 2850 /* Try the file */ 2851 path_build(filename, sizeof(filename), ANGBAND_DIR_XTRA, bitmap_file); 2852 if (!my_fexists(filename)) 2853 { 2854 use_graphics = GRAPHICS_NONE; 2855 use_transparency = FALSE; 2856 ANGBAND_GRAF = 0; 2857 } 2855 2858 } 2856 2859
