Changeset - r13222:f30cab815575
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-10-07 17:46:58
rubidium@openttd.org
(svn r17739) -Cleanup: compiler didn't warn about an unused variable, fonsinchen did
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/cargopacket.cpp
Show inline comments
 
@@ -153,7 +153,6 @@ bool CargoList::MoveTo(CargoList *dest, 
 
{
 
	assert(mta == MTA_FINAL_DELIVERY || dest != NULL);
 
	assert(mta == MTA_UNLOAD || mta == MTA_CARGO_LOAD || payment != NULL);
 
	CargoList tmp;
 

	
 
	List::iterator it = packets.begin();
 
	while (it != packets.end() && max_move > 0) {
0 comments (0 inline, 0 general)