diff --git a/src/actions.cpp b/src/actions.cpp index 76096684fe0..980ee57f723 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -130,6 +130,9 @@ std::string recruit_unit(const gamemap& map, int side, units.insert(std::pair( recruit_location,new_unit)); + std::cerr << "firing recruit event\n"; + game_events::fire("recruit",recruit_location); + if(show) { for(double alpha = 0.0; alpha <= 1.0; alpha += 0.1) {