On Wed, Feb 16, 2011 at 06:40:17PM +0100, Ingo Brückl wrote:
> Clément Boesch wrote on Wed, 16 Feb 2011 18:28:40 +0100:
>
> >> +bmpFont * Fonts[MAX_FONTS] = {};
> >>
>
> > You must put a zero in it, or else the behaviour is compiler-specific.
>
> Sure? (I suppose you are.)
Yes. '{ 0 }' is the way to go.
Diego