Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] Re: (PR#8749) Scenario fixes
Home

[Freeciv-Dev] Re: (PR#8749) Scenario fixes

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: per@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#8749) Scenario fixes
From: "Raimar Falke" <i-freeciv-lists@xxxxxxxxxxxxx>
Date: Sat, 15 May 2004 16:27:57 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8749 >

On Sat, May 15, 2004 at 03:50:17PM -0700, Per Inge Mathisen wrote:
> @@ -140,7 +145,7 @@
>    struct tile *tiles;
>  
>    /* Only used by server. */
> -  struct map_position *start_positions;      /* allocated at runtime */
> +  struct start_position start_positions[MAX_NUM_PLAYERS];
>  };

> diff -u -r1.22 packets.def
> --- common/packets.def        11 May 2004 17:18:19 -0000      1.22
> +++ common/packets.def        15 May 2004 22:44:52 -0000
> @@ -266,7 +266,7 @@
>  
>  PACKET_NATIONS_SELECTED_INFO=9;sc,lsend
>    UINT8 num_nations_used;
> -  NATION nations_used[MAX_NUM_PLAYERS:num_nations_used];
> +  NATION nations_used[MAX_NUM_ITEMS:num_nations_used];
>  end

This looks like a mistake.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 checking for the vaidity of the Maxwell laws on this machine... ok
 checking if e=mc^2... ok
 checking if we can safely swap on /dev/fd0... yes
    -- kvirc 2.0.0's configure 




[Prev in Thread] Current Thread [Next in Thread]