X-Git-Url: http://git.localhorst.tv/?p=blobs.git;a=blobdiff_plain;f=src%2Fworld%2FSimulation.hpp;h=3be86a7b130fd9c42166eb746f5c387fd5432e27;hp=50f06b4ca693456505662659d1aae938e85e932e;hb=1f8fe0fd81053821f26787e9809cd1a13f747819;hpb=8d3258ace004e89a8cd6b44880b5938c18314401 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();