The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Yona-TYT on March 19, 2022, 01:50:46 AM

Title: Message text "Start of the year" does not change the color
Post by: Yona-TYT on March 19, 2022, 01:50:46 AM

simworld.cc (https://github.com/aburch/simutrans/blob/f40e4cda83e791e6f2c91b0d5396e8b08b914492/src/simutrans/world/simworld.cc) line: https://github.com/aburch/simutrans/blob/f40e4cda83e791e6f2c91b0d5396e8b08b914492/src/simutrans/world/simworld.cc#L2992 (https://github.com/aburch/simutrans/blob/f40e4cda83e791e6f2c91b0d5396e8b08b914492/src/simutrans/world/simworld.cc#L2992)
   msg->add_message(buf,koord::invalid,message_t::general,color_idx_to_rgb(COL_BLACK),skinverwaltung_t::neujahrsymbol->get_image_id(0));
change COL_BLACK to SYSCOL_TEXT
Title: Re: Message text "Start of the year" does not change the color
Post by: prissi on March 19, 2022, 03:13:40 AM
Thank you found another location (text on missing gadgets).