X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fworld%2FSimulation.hpp;h=3be86a7b130fd9c42166eb746f5c387fd5432e27;hb=1f8fe0fd81053821f26787e9809cd1a13f747819;hp=50f06b4ca693456505662659d1aae938e85e932e;hpb=9bc766beab23c8c5f507ca3c7abce24049e6229e;p=blobs.git diff --git a/src/world/Simulation.hpp b/src/world/Simulation.hpp index 50f06b4..3be86a7 100644 --- a/src/world/Simulation.hpp +++ b/src/world/Simulation.hpp @@ -65,7 +65,7 @@ public: const std::vector &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();