Browse Source

Fix right click during dialogue

pull/6509/head
KPhoenix 3 years ago committed by Anders Jenbo
parent
commit
cb5537083d
  1. 6
      Source/diablo.cpp

6
Source/diablo.cpp

@ -413,6 +413,12 @@ void RightMouseDown(bool isShiftHeld)
return;
}
if (qtextflag) {
qtextflag = false;
stream_stop();
return;
}
if (DoomFlag) {
doom_close();
return;

Loading…
Cancel
Save