]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/rollback_interface.h
Increase liquid_loop_max to 10000 again
[dragonfireclient.git] / src / rollback_interface.h
index ac8368f4e458fdbd89f39bebf0544d8160703f3e..b2e8f3428fc13b4cca612d023799848a20a12c2d 100644 (file)
@@ -1,6 +1,6 @@
 /*
-Minetest-c55
-Copyright (C) 2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+Minetest
+Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU Lesser General Public License as published by
@@ -124,7 +124,8 @@ class IRollbackReportSink
        virtual std::string getActor() = 0;
        virtual bool isActorGuess() = 0;
        virtual void setActor(const std::string &actor, bool is_guess) = 0;
-       virtual std::string getSuspect(v3s16 p, int max_time) = 0;
+       virtual std::string getSuspect(v3s16 p, float nearness_shortcut,
+                       float min_nearness) = 0;
 };
 
 class RollbackScopeActor