From 5bb7a48cd23a61ed523d09a5884848aa94e47da6 Mon Sep 17 00:00:00 2001 From: terkhen Date: Sun, 17 Apr 2011 18:44:09 +0000 Subject: (svn r22345) -Change: Remove pixel limiter for text buffers. --- src/town_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/town_gui.cpp') diff --git a/src/town_gui.cpp b/src/town_gui.cpp index e1e89648a..aa95884f0 100644 --- a/src/town_gui.cpp +++ b/src/town_gui.cpp @@ -1030,7 +1030,7 @@ public: params(_settings_game.game_creation.town_name) { this->InitNested(desc, window_number); - InitializeTextBuffer(&this->text, this->edit_str_buf, this->edit_str_size, this->max_chars, 0); + InitializeTextBuffer(&this->text, this->edit_str_buf, this->edit_str_size, this->max_chars); this->RandomTownName(); this->UpdateButtons(true); } -- cgit v1.2.3-54-g00ecf