]> ruin.nu Git - hbs.git/blobdiff - bs/planet.h
Started the work to split up the pods better..
[hbs.git] / bs / planet.h
index 093c7f106affe4b52f40f352d5c44bf809e507ef..95b38936f0ad09da634ecf38c778bbccc188b541 100644 (file)
@@ -101,7 +101,7 @@ protected:
         * \param stealhostile a cointainer used to store all the stole units the 
         * hostile side took this tick.
         */
-       void calcOneTick(Planet* friendly, Fleet* hostile, std::map<std::string, std::map<std::string, int> >& stealfriendly, std::map<std::string, std::map<std::string, int> >&  stealhostile, int tick = 0);
+       void calcOneTick(Planet* friendly, Fleet* hostile, std::map<std::string, std::map<std::string, int> >& stealfriendly, std::map<std::string, std::map<std::string, int> >&  stealhostile, int tick = 1);
 
        std::vector <unsigned> m_Score;
        std::vector <float> m_Capping;