Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Krappa322 committed Feb 13, 2021
1 parent 24b0f9b commit 59b43fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ uintptr_t mod_wnd(HWND pWindowHandle, UINT pMessage, WPARAM pAdditionalW, LPARAM

HEAL_TABLE_OPTIONS.ShowHealWindow = !HEAL_TABLE_OPTIONS.ShowHealWindow;

LOG("Key %i '%s' toggled window - new heal window state is %s", HEAL_TABLE_OPTIONS.HealTableHotkey, VirtualKeyToString(HEAL_TABLE_OPTIONS.HealTableHotkey).c_str(), error, BOOL_STR(HEAL_TABLE_OPTIONS.ShowHealWindow));
LOG("Key %i '%s' toggled window - new heal window state is %s", HEAL_TABLE_OPTIONS.HealTableHotkey, VirtualKeyToString(HEAL_TABLE_OPTIONS.HealTableHotkey).c_str(), BOOL_STR(HEAL_TABLE_OPTIONS.ShowHealWindow));

return 0; // Don't process message by arcdps or game
}
Expand Down

0 comments on commit 59b43fa

Please sign in to comment.