Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-10-07 13:48:39 +0000
committerStijn Buys <ingar@osirion.org>2012-10-07 13:48:39 +0000
commite0675cdd516c8ba9f9840c48de6054356878bda2 (patch)
tree3da0e04a1c0892589fe91bc091256368ebaadb53 /src/client/buymenu.cc
parent25a7afeeff7fabaf721cba732a1a3fb47b0b26cd (diff)
Corrected code comment.
Diffstat (limited to 'src/client/buymenu.cc')
-rw-r--r--src/client/buymenu.cc2
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) {