From e0675cdd516c8ba9f9840c48de6054356878bda2 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 7 Oct 2012 13:48:39 +0000 Subject: Corrected code comment. --- src/client/buymenu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/buymenu.cc') diff --git a/src/client/buymenu.cc b/src/client/buymenu.cc index ae941f8..857e663 100644 --- a/src/client/buymenu.cc +++ b/src/client/buymenu.cc @@ -82,7 +82,7 @@ void BuyMenu::set_item(core::Info *info) menu_modelview->hide(); menu_msgtext->hide(); - // if the information timestamp is 0, the info is available + // if the information timestamp is 0, the info is not available menu_inforecord = info; if (!menu_inforecord) { -- cgit v1.2.3