git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10569 c06c8d41-db1a-0410-9941-cceddc491573
QD4Z7YNK7D2NXNDJY6GFYU7MZEZJBCRA5BYB3M4MZOPCJBZELZQQC
if (!m_image.load_textures())
// If the window size is less than the view height, the textures will
// have to be shrunk. If this isn't the case, then don't create mipmaps,
// as this appears to make things blurry on some users machines.
bool need_mips = (m_windowsz.y < 32 * VIEW_MIN_HEIGHT);
if (!m_image.load_textures(need_mips))