From 3e754382af5d57b20fc2f6d59f991c9a79ccb0f7 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 27 Jul 2012 15:46:51 +0300 Subject: Tweak rollback and liquids --- src/rollback.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rollback.h') diff --git a/src/rollback.h b/src/rollback.h index 0ae80c51d..5e76042b5 100644 --- a/src/rollback.h +++ b/src/rollback.h @@ -35,8 +35,8 @@ public: virtual std::string getActor() = 0; virtual bool isActorGuess() = 0; virtual void setActor(const std::string &actor, bool is_guess) = 0; - // nearness_shortcut: 100 = same second, same node; 90 = 10s or 10 nodes - virtual std::string getSuspect(v3s16 p, int max_time, float nearness_shortcut) = 0; + virtual std::string getSuspect(v3s16 p, float nearness_shortcut, + float min_nearness) = 0; virtual ~IRollbackManager(){} virtual void flush() = 0; -- cgit v1.2.3