summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop2/disp.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/shop2/disp.lua b/shop2/disp.lua
index 44aa746..3a95d11 100644
--- a/shop2/disp.lua
+++ b/shop2/disp.lua
@@ -50,8 +50,7 @@ local function disp_shopscreen(items)
table.sort(adrs)
- -- do all processing and counting BEFORE clearing monitor
- -- to avoid flickering
+ -- took stock before clear, to avoid flickering
mon.clear()
mon.setTextScale(0.5)