Tweak rollback and liquids

This commit is contained in:
Perttu Ahola
2012-07-27 15:46:51 +03:00
parent 7ef0a13250
commit 3e754382af
4 changed files with 16 additions and 16 deletions

View File

@@ -124,8 +124,8 @@ class IRollbackReportSink
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=98) = 0;
virtual std::string getSuspect(v3s16 p, float nearness_shortcut,
float min_nearness) = 0;
};
class RollbackScopeActor