diff --git a/Source/diablo.cpp b/Source/diablo.cpp index 48e33ce8a..51c3bcdad 100644 --- a/Source/diablo.cpp +++ b/Source/diablo.cpp @@ -413,6 +413,12 @@ void RightMouseDown(bool isShiftHeld) return; } + if (qtextflag) { + qtextflag = false; + stream_stop(); + return; + } + if (DoomFlag) { doom_close(); return;