diff options
author | Stijn Buys <ingar@osirion.org> | 2012-10-07 13:48:39 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2012-10-07 13:48:39 +0000 |
commit | e0675cdd516c8ba9f9840c48de6054356878bda2 (patch) | |
tree | 3da0e04a1c0892589fe91bc091256368ebaadb53 | |
parent | 25a7afeeff7fabaf721cba732a1a3fb47b0b26cd (diff) |
Corrected code comment.
-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) { |