This commit is contained in:
Enno Rehling 2017-04-29 13:37:45 +02:00
commit 8928c9d3cf
1 changed files with 0 additions and 3 deletions

View File

@ -853,9 +853,6 @@ int cmp_current_owner(const building * b, const building * a)
if (newtaxes < oldtaxes) {
return -1;
}
//if (newsize != oldsize) {
// return newsize - oldsize;
//}
return (b->size - a->size);
}
else {