[Freeciv-Dev] Re: Server Error (PR#666)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
When PR#664 was first reported, I thought it was hardcoded
if (j>900-dist*9) {
in create_start_positions() which causes slow dist--.
Of course, I could be wrong.
> yo = myrand(map.ysize)+n-s;
> xo = myrand(map.xsize)+w-e;
These don't seems right, I thought it should have been
yo = myrand(map.ysize + n - s);
xo = myrand(map.xsize + w - e);
> - y = n + s / 2;
> - x = w + e / 2;
Their existance shows that something has changed from original
design. But I can't recall what was changed.
What I can recall is placeisland() was not meant to place islands
across x=0.
Regards,
I.Q.
______________________________________________
FREE Personalized Email at Mail.com
Sign up at http://www.mail.com/?sr=signup
- [Freeciv-Dev] Re: Server Error (PR#666),
蔡恆華 <=
|
|