mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 09:59:26 +00:00
Fix broken ToD "illuminate" overlay in sidebar (typo in 2009-09-12T13:50:21Z!guillaume.melquiond@gmail.com)
This commit is contained in:
parent
7ef23bede8
commit
6553b8a361
@ -2230,7 +2230,7 @@ void display::refresh_report(reports::TYPE report_num, reports::report report,
|
||||
|
||||
if (brighten) {
|
||||
surface tod_bright(image::get_image(game_config:: tod_bright_image));
|
||||
if (!tod_bright)
|
||||
if (tod_bright)
|
||||
draw_image_for_report(tod_bright, area);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user