X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Ffleet.h;h=9aea01cc6b3a4ab744118eec5b36830f69b7eb52;hp=673eb42037aa9ef965782ff4e1f81f194aedc0c9;hb=cb2fabf93c2f6ba8b57833309038adb972f58925;hpb=e0be1e6e8f7a246acf49e1f315c8d5bc5a65bfa3 diff --git a/bs/fleet.h b/bs/fleet.h index 673eb42..9aea01c 100644 --- a/bs/fleet.h +++ b/bs/fleet.h @@ -262,7 +262,7 @@ public: * very similar stuff in both the take* functions. * \sa takeShoot */ - void takeEMP(std::string unittype, int number); + void takeEMP(std::string unittype, int number, std::map& hitunits); void calculateLostStealships(std::string unittype, std::map stolen, int tick = 1);