Fix broken ToD "illuminate" overlay in sidebar (typo in 2009-09-12T13:50:21Z!guillaume.melquiond@gmail.com)

This commit is contained in:
Ali El Gariani 2009-10-07 23:54:06 +00:00
parent 7ef23bede8
commit 6553b8a361

View File

@ -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);
}