Bug 0008

Windows: The colors of the cars and of the bitmaps do not match.
 
Version 0.72
Solved in 0.73c
File driver.cpp
Owner Marc Gueury
Platform Windows Only
Impact on cars NONE
Impact on portability NONE

Description:

The colors of the bitmap of the cars does not match
the color. Ex:

{ WappuCar,  {oWHITE,        oWHITE},      "bitmap/car01",  (char *)0 },

The color is white and the bitmap and the color of the bitmap is green.
 
Solution

The colors of the cars now match the bitmap in driver.cpp:
So now,

{ WappuCar,  {oGREEN,     oGREEN},      "bitmap/car01",  (char *)0 },