[Freeciv-Dev] Re: (PR#8749) Scenario fixes
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<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
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Per Inge Mathisen, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes,
Raimar Falke <=
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Per Inge Mathisen, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Jason Short, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Jason Short, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Mike Kaufman, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Jason Short, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Mike Kaufman, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Jason Short, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Jason Short, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Jason Short, 2004/05/15
- [Freeciv-Dev] Re: (PR#8749) Scenario fixes, Per Inge Mathisen, 2004/05/16
|
|