forked from github/server
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
This commit is contained in:
commit
8928c9d3cf
|
@ -853,9 +853,6 @@ int cmp_current_owner(const building * b, const building * a)
|
||||||
if (newtaxes < oldtaxes) {
|
if (newtaxes < oldtaxes) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
//if (newsize != oldsize) {
|
|
||||||
// return newsize - oldsize;
|
|
||||||
//}
|
|
||||||
return (b->size - a->size);
|
return (b->size - a->size);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in New Issue