(svn r22345) -Change: Remove pixel limiter for text buffers.

This commit is contained in:
terkhen
2011-04-17 18:44:09 +00:00
parent 0bd44f60e9
commit 5bb7a48cd2
7 changed files with 13 additions and 20 deletions

View File

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