fixed CVS internal bug
This commit is contained in:
parent
ba11daeba6
commit
1759bb796e
1 changed files with 0 additions and 3 deletions
|
@ -420,9 +420,6 @@ void unit::read(game_data& data, const config& cfg)
|
|||
if(side_ <= 0)
|
||||
side_ = 1;
|
||||
|
||||
if(side_ > team::nteams())
|
||||
side_ = team::nteams();
|
||||
|
||||
description_ = cfg["user_description"];
|
||||
underlying_description_ = cfg["description"];
|
||||
if(description_ == "") {
|
||||
|
|
Loading…
Add table
Reference in a new issue