forked from mirror/OpenTTD
(svn r24443) -Codechange: Move Vehicle::name to BaseConsist.
This commit is contained in:
@@ -781,8 +781,6 @@ void Vehicle::PreDestructor()
|
||||
|
||||
Vehicle::~Vehicle()
|
||||
{
|
||||
free(this->name);
|
||||
|
||||
if (CleaningPool()) {
|
||||
this->cargo.OnCleanPool();
|
||||
return;
|
||||
|
Reference in New Issue
Block a user