Initialize all members.

This commit is contained in:
Mark de Wever 2011-04-25 07:19:31 +00:00
parent 239575edc0
commit 80e92496ff

View file

@ -123,6 +123,9 @@ display::display(CVideo& video, const gamemap* map, const config& theme_cfg, con
draw_coordinates_(false), draw_coordinates_(false),
draw_terrain_codes_(false), draw_terrain_codes_(false),
arrows_map_() arrows_map_()
#if defined(__GLIBC__)
, do_reverse_memcpy_workaround_(false)
#endif
{ {
if(non_interactive() if(non_interactive()
&& (get_video_surface() != NULL && (get_video_surface() != NULL