]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/Simulation.hpp
track top ten for each record
[blobs.git] / src / world / Simulation.hpp
index 50f06b4ca693456505662659d1aae938e85e932e..3be86a7b130fd9c42166eb746f5c387fd5432e27 100644 (file)
@@ -65,7 +65,7 @@ public:
 
        const std::vector<Record> &Records() const noexcept { return records; }
        void CheckRecords(creature::Creature &) noexcept;
-       void LogRecord(const Record &rold, const Record &rnew);
+       void LogRecord(const Record &);
 
        std::ostream &Log();