Added a todo for after 1.4 branching.

This commit is contained in:
Mark de Wever 2007-12-05 20:52:40 +00:00
parent 3c8602399f
commit 5bf97deee2

View file

@ -152,6 +152,9 @@ unit_race::unit_race(const config& cfg) :
global_traits_(!utils::string_bool(cfg["ignore_global_traits"]))
{
//! @todo FIXME remove support after branching 1.4.
//! 2 versions with lg::wml_error
//! WML_ASSERT after that
if(id_.empty()) {
// This code is only for compatibility with old race defs.
id_ = (cfg["name"]);