We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6edc16 commit 0eeb05bCopy full SHA for 0eeb05b
src/ui/inven_ui.c
@@ -2135,7 +2135,7 @@ bool inven_ui_message_filter(TigMessage* msg)
2135
// use the "pressed" event as their main handler, not "released" as with
2136
// usual buttons).
2137
if (!(inven_ui_mode == INVEN_UI_MODE_STEAL
2138
- && inven_ui_drag_item_obj != OBJ_HANDLE_NULL)) {
+ && inven_ui_drag_item_obj != OBJ_HANDLE_NULL)) {
2139
switch (msg->data.button.state) {
2140
case TIG_BUTTON_STATE_PRESSED:
2141
// 0x573897
0 commit comments