Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/info.cc')
-rw-r--r--src/core/info.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/info.cc b/src/core/info.cc
index 8e286dc..dbe4c76 100644
--- a/src/core/info.cc
+++ b/src/core/info.cc
@@ -91,9 +91,9 @@ Info::Info(const unsigned int id)
info_type = 0;
info_registry.push_back(this);
- info_price = 0;
-
info_timestamp = 1;
+ info_price = 0;
+ info_volume = 0;
add_text("Requesting server information...");
}