Crawl no longer croaks when not finding the file.
Deleted file from repository for the sake of convenience.
Fixed default sizes so that &~ no longer wraps strangely.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4353 c06c8d41-db1a-0410-9941-cceddc491573
JJCHVUDSWKDHVKOYATOUV7RLXAMVMTL6FFFVR7OBW57OCD7MW3PQC Text:DngnX=19Text:DngnY=17Text:MapPx=4Text:MsgX=73Text:MsgY=10Text:WindowTop=54Text:WindowLeft=121Text:FontName=8x13Text:FontSize=19Tile:DngnX=19Tile:DngnY=17Tile:MapPx=4Tile:MsgX=73Tile:MsgY=10Tile:FontName=8x13Tile:FontSize=16Iso:DngnX=17Iso:DngnY=17Iso:MapPx=1Iso:MsgX=40Iso:MsgY=8Iso:WindowTop=10Iso:WindowLeft=73Iso:FontName=8x16Iso:FontSize=24Tile:WindowTop=64Tile:WindowLeft=273
#define PREF_MODE_TEXT 0#define PREF_MODE_TILE 1#define PREF_MODE_ISO 2#define PREF_MODE_NUM 3static const char *pref_mode_name[PREF_MODE_NUM]= { "Text", "Tile", "Iso"};
#define PREF_MODE_TILE 0#define PREF_MODE_NUM 1static const char *pref_mode_name[PREF_MODE_NUM] = { "Tile"};
,{"DOS FONT", "DosFontName", 'S', dos_font_name, 0,0, 1},{"DOS FONT SIZE", "DosFontSize", 'I', &dos_font_size, 8,24, 8}
,{"DOS FONT", "DosFontName", 'S', dos_font_name, 0, 0, 1},{"DOS FONT SIZE", "DosFontSize", 'I', &dos_font_size, 8, 24, 8}