git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9628 c06c8d41-db1a-0410-9941-cceddc491573
OZMCODNA5IH5U7Y7UF24GPEMKKDIY5XCWYVAFDBI3JGY76LGUKNQC
TPJYUAKSEZMCCCJANJ5EQ7F67QVTPFEOWBD7WYK33NLRN657Y5VQC
Q3B3UVMYEVC4YJUPYVSNTR4DJH4E6J4JJDHZNT5LNOCHCPPMEMXAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (c == '\n' || c == '\r')
if (c == '\r') continue; if (c == '\n')
if (c == '\r')
continue;
if (c == '\n')
if (buffer[i+1] == '\n' || buffer[i+1] == '\r') i++;
if (buffer[i+1] == '\n' || buffer[i+1] == '\r')
i++;
#ifdef USE_TILE // For some reason we need another linebreak here, for the tiles version. << EOL#endif
#ifdef USE_TILE
// For some reason we need another linebreak here, for the tiles version.
<< EOL
#endif