diff --git a/src/about.cpp b/src/about.cpp index b6ceced32087..4f9e934a011f 100644 --- a/src/about.cpp +++ b/src/about.cpp @@ -285,7 +285,7 @@ void show_about(display &disp, const std::string &campaign) // Initially redraw all bool redraw_mapimage = true; bool update_dimensions = true; - int max_text_width = text_rect.w; + int max_text_width = 0; do { last_escape = key[SDLK_ESCAPE] != 0;