fixed a typo, which prevented linking
This commit is contained in:
parent
6e362bc3c9
commit
3d25902cc5
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ wesnoth_source = \
|
|||
ai/ai_move.cpp \
|
||||
ai/ai_village.cpp \
|
||||
ai/composite/ai.cpp \
|
||||
ai/composite/context.cpp \
|
||||
ai/composite/contexts.cpp \
|
||||
ai/composite/engine.cpp \
|
||||
ai/composite/engine_default.cpp \
|
||||
ai/composite/rca.cpp \
|
||||
|
|
|
@ -73,12 +73,12 @@ public:
|
|||
bool is_enabled() const;
|
||||
|
||||
/**
|
||||
* Disable the candidate action
|
||||
* Enable the candidate action
|
||||
*/
|
||||
void enable();
|
||||
|
||||
/**
|
||||
* Enable the candidate action
|
||||
* Disable the candidate action
|
||||
*/
|
||||
void disable();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue