forked from mirror/OpenTTD
(svn r17107) -Codechange: store type of subsidy source and destination in the Subsidy struct instead of determining it every time it's needed
This commit is contained in:
@@ -98,7 +98,7 @@ Town::~Town()
|
||||
}
|
||||
}
|
||||
|
||||
DeleteSubsidyWithTown(this->index);
|
||||
DeleteSubsidyWith(ST_TOWN, this->index);
|
||||
|
||||
MarkWholeScreenDirty();
|
||||
}
|
||||
|
Reference in New Issue
Block a user