git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2823 c06c8d41-db1a-0410-9941-cceddc491573
DHOSSNN4CUCGXX32MBLW6BAHHH5HUE4SAC6BNFHAG2OZZP6JQ7LAC
4KZCX2DSUCAWFYONVHEM7EXGF3KNNKZEIA2N3Z6ICLBQLQJHOG5AC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
SDLKLUNFGVKDS55DDJZCBAVIB7NL3RRYPTACAY65SCUQKV6APFSAC
// Duplicate the screenshot() trick. FixedVector<unsigned, NUM_DCHAR_TYPES> char_table_bk; char_table_bk = Options.char_table; init_char_table(CSET_ASCII); init_feature_table();
// Duplicate the screenshot() trick.
FixedVector<unsigned, NUM_DCHAR_TYPES> char_table_bk;
char_table_bk = Options.char_table;
init_char_table(CSET_ASCII);
init_feature_table();
for ( int y = min_y; y < max_y; ++y )
for ( int y = min_y; y <= max_y; ++y )
for ( int x = min_x; x < max_x; ++x )
for ( int x = min_x; x <= max_x; ++x )
// Restore char and feature tables Options.char_table = char_table_bk; init_feature_table();
// Restore char and feature tables
Options.char_table = char_table_bk;