From 75274ebd6ba90784f5aa837b7e5ea97fc6bfb720 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 20 Oct 2012 16:35:26 +0000 Subject: Item id based inventory, support for weapon dealers. --- src/core/info.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/info.cc') 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..."); } -- cgit v1.2.3