mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 13:03:31 +00:00
updated version numbers on rescheduled todo items
This commit is contained in:
parent
e1bc649114
commit
7b1d5e24fb
@ -325,7 +325,7 @@ bool configuration::upgrade_side_config_from_1_07_02_to_1_07_03(config &cfg)
|
||||
|
||||
bool configuration::modify_ai_configuration(const config &/*mod_ai*/, config &/*parsed_cfg*/)
|
||||
{
|
||||
//@todo 1.7.3 implement
|
||||
//@todo 1.7.4 implement
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,7 @@ typedef boost::shared_ptr<ai_composite> composite_ai_ptr;
|
||||
/**
|
||||
* Base class that holds the AI and current AI parameters.
|
||||
* It is an implementation detail.
|
||||
* @todo 1.7.3 move it out of public view
|
||||
* @todo 1.7.4 move it out of public view
|
||||
*/
|
||||
class holder{
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user