On Sunday 10 May 2009 12:51:43 Per Inge Mathisen wrote:
> 2009/5/10 Florian Schanda <[email protected]>:
> > attached is a patch for 2.2 which will show water in blue and cliffs red
> > on the skirmish / mp map preview.
>
> Thanks. This is a good idea, and I love the blue water. Is it possible
> to use some other colour than red for cliffs? I tried a few colour
> combinations but got nothing that looked better.

Thanks :)

I also tried, but I think red will stand out the most. Its meant to be only an 
overview anyway -- to quickly see whats going on on the map.

> Also, I think the blue component of the water colour could overflow
> (pardon the pun!).

It shouldn't --
0x80 = 128
0xff / 2 = 127 (int arithmetic will round down)

128 + 127 = 255 == 0xff

Unless I missed something obvious?

        Florian

_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to