diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/buymenu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |