X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Ffleet.h;h=9a0995a23127e7d2f359580309f1c791245285f7;hp=b90b15ef0549b96d6b7f6bd6f7e51eec797d956b;hb=595e711e719a6e6b675b1f40e3e141cd9b770fd9;hpb=b6d8203669c6a6016458e72fd240527845449475 diff --git a/bs/fleet.h b/bs/fleet.h index b90b15e..9a0995a 100644 --- a/bs/fleet.h +++ b/bs/fleet.h @@ -85,7 +85,7 @@ public: * \param tick tells the function what tick you want the score from. 0 is * initial score before the fleet has landed. */ - virtual unsigned score(int tick = 0) const; + unsigned score(int tick = 0) const; void setFleet(std::string unittype, int number); int fleet(std::string unittype, int tick = 0);