From 2a3f16f5673e6482e422a65f6f23f958dd78955f Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Wed, 15 Apr 2009 22:22:33 +0200 Subject: Assorted random cleanups --- src/gui/sell.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/sell.cpp') diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index c450cd2d..f940856d 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -283,7 +283,8 @@ void SellDialog::logic() { Window::logic(); - if (!current_npc) setVisible(false); + if (!current_npc) + setVisible(false); } void SellDialog::setVisible(bool visible) -- cgit v1.2.3-70-g09d2