fixed CVS internal bug

This commit is contained in:
uid68803 2004-01-12 17:08:25 +00:00
parent ba11daeba6
commit 1759bb796e

View file

@ -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_ == "") {