added the new type of deprecated messages

This commit is contained in:
Mark de Wever 2007-03-11 15:54:29 +00:00
parent 1812b5a9ef
commit a26e42ac8e

View file

@ -134,7 +134,7 @@ unit_animation::unit_animation(const config& cfg,const std::string frame_string
/* warn on deprecated WML */
if(cfg.child("sound")) {
LOG_STREAM(err, config) << "an animation uses the deprecated [sound] tag, please include sound in the [frame] tag\n";
lg::wml_error << "an animation uses the deprecated [sound] tag, please include sound in the [frame] tag, support will be removed in version 1.3.4\n";
}
}