Browse Source

[ctlr] Fix closing inventory via quickbook

pull/428/head
Anders Jenbo 6 years ago
parent
commit
0092aa66f0
  1. 1
      SourceX/miniwin/misc_msg.cpp

1
SourceX/miniwin/misc_msg.cpp

@ -446,6 +446,7 @@ WINBOOL PeekMessageA(LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilter
chrflag = false;
questlog = false;
invflag = false;
BlurInventory();
sbookflag = false;
StoreSpellCoords();
break;

Loading…
Cancel
Save