Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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) {