From a2782d47f5b99825c17079b252cce416c1da24d7 Mon Sep 17 00:00:00 2001 From: PatR Date: Mon, 31 Aug 2020 15:47:49 -0700 Subject: [PATCH] Qt without tiles again "Qt without tiles" (commit ae4c180cf62ce4f19bd020495d6b089584b2426b) two weeks ago accidentally took out a line that should have stayed. --- win/Qt/qt_glyph.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/win/Qt/qt_glyph.cpp b/win/Qt/qt_glyph.cpp index 807b4dc7d..1585d9ca9 100644 --- a/win/Qt/qt_glyph.cpp +++ b/win/Qt/qt_glyph.cpp @@ -52,6 +52,7 @@ NetHackQtGlyphs::NetHackQtGlyphs() if (!img.load(tile_file)) { QString msg; msg.sprintf("Cannot load 'nhtiles.bmp' or 'x11tiles'."); + QMessageBox::warning(0, "IO Error", msg); iflags.wc_ascii_map = 1; iflags.wc_tiled_map = 0; } else {