[Freeciv-Dev] Re: bug in mapgen (PR#1043)
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Sun, Nov 11, 2001 at 05:23:12PM +0100, Raimar Falke wrote:
> On Tue, Nov 06, 2001 at 07:45:03PM -0500, Ross W. Wetmore wrote:
> > I would delete the lines. I don't think they are actually used after
> > this point, but I didn't do an exhaustive check. Create_island() resets
> > them each time, and when you leave at this point you aren't looping
> > back to place_island().
>
> Ack.
>
> > Since they are (badly named) globals anybody could access them, but it
> > isn't really likely.
>
> Ack.
>
> What about the attached patch?
Ok here is a new one. It now encapsulates the globals in a
struct. This patch is only "cosmetic" except this section:
- s += yo - n;
- e += xo - w;
- n = yo;
- w = xo;
+ }
+ assert(i);
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
This customer comes into the computer store. "I'm looking for a mystery
Adventure Game with lots of graphics. You know, something realy
challenging". "Well," replied the clerk, "have you tried Windows 98 ?"
mapgen2.diff
Description: Text document
|
|