Browse Source

[ctlr] Fix closing inventory via quickbook

pull/428/head
Anders Jenbo 7 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; chrflag = false;
questlog = false; questlog = false;
invflag = false; invflag = false;
BlurInventory();
sbookflag = false; sbookflag = false;
StoreSpellCoords(); StoreSpellCoords();
break; break;

Loading…
Cancel
Save