hide measurement tool for now

--HG--
branch : novattd150
This commit is contained in:
Pavel Stupnikov
2015-03-19 18:03:12 +03:00
108 changed files with 1948 additions and 363 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
/* $Id: station.cpp 27030 2014-10-21 19:16:47Z rubidium $ */
/* $Id: station.cpp 27178 2015-03-07 18:27:01Z frosch $ */
/*
* This file is part of OpenTTD.
@@ -116,7 +116,7 @@ Station::~Station()
}
lg->RemoveNode(this->goods[c].node);
if (lg->Size() == 0) {
LinkGraphSchedule::Instance()->Unqueue(lg);
LinkGraphSchedule::instance.Unqueue(lg);
delete lg;
}
}