Home
last modified time | relevance | path

Searched refs:MAX_LENGTH_ENGINE_NAME_CHARS (Results 1 – 3 of 3) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dengine_type.h173 static const uint MAX_LENGTH_ENGINE_NAME_CHARS = 32; ///< The maximum length of an engine name in c… variable
H A Dengine.cpp1089 if (Utf8StringLength(text) >= MAX_LENGTH_ENGINE_NAME_CHARS) return CMD_ERROR; in CmdRenameEngine()
H A Dbuild_vehicle_gui.cpp1482 …ME, STR_QUERY_RENAME_TRAIN_TYPE_CAPTION + this->vehicle_type, MAX_LENGTH_ENGINE_NAME_CHARS, this, … in OnClick()