Fix for bug #18504, bug #18493: Time of Day shading broken

This commit is contained in:
Thonsew 2011-08-14 19:18:50 +00:00
parent 4bc43a6cb0
commit 34557bfdb1

View file

@ -197,6 +197,8 @@ void game_display::new_turn()
first_turn_ = false;
display::adjust_colors(tod.red,tod.green,tod.blue);
invalidate_all();
draw();
}