From 36cb4ebf988d996170ac480876cf9989e0b70b64 Mon Sep 17 00:00:00 2001 From: Paul Broadhead Date: Sun, 1 Dec 2024 20:15:02 +0000 Subject: [PATCH] Fix monor item quantity editing issue on Android. --- items.c | 1 - 1 file changed, 1 deletion(-) diff --git a/items.c b/items.c index 11a6976d1..1fa331773 100644 --- a/items.c +++ b/items.c @@ -1273,7 +1273,6 @@ static int click_items_handler(window_info *win, int mx, int my, Uint32 flags) // Edit the given quantity SDL_StartTextInput(); edit_quantity = pos; - quantities.quantity[edit_quantity].len = 0; #endif } else if(flags & ELW_LEFT_MOUSE){ if(edit_quantity!=-1){