X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fplanet.h;h=2d513618342c26c44253178712b3bea0cfabbcd7;hp=a19a858c0e032ad4654a8939adf9f9dbd9b752fb;hb=a2ce63f561d091d9c3af49987d74849f9450c16b;hpb=ac13ca5453360c59eaa0b8ad4242ea0837825bc1 diff --git a/bs/planet.h b/bs/planet.h index a19a858..2d51361 100644 --- a/bs/planet.h +++ b/bs/planet.h @@ -48,7 +48,7 @@ public: void runBattle(std::vector friendly, std::vector hostile); protected: - void calcOneTick(Planet* friendly, Fleet* Hostile); + void calcOneTick(Planet* friendly, Fleet* Hostile, std::map >& stealfriendly, std::map >& stealhostile ); unsigned m_iScore; RoidList m_Roids;