X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=include%2Fientity.h;h=c74ed7c625de4568dc675ca772fda3195b9f4fa6;hp=444e377dd76c9e1a1ba044f4618310b581657ea3;hb=c6252fe3fce6b3054e6b80275bea0dc74e19bbd4;hpb=107765f0e4b543dfc346851ee5b4605cc17eb1c6 diff --git a/include/ientity.h b/include/ientity.h index 444e377d..c74ed7c6 100644 --- a/include/ientity.h +++ b/include/ientity.h @@ -124,7 +124,7 @@ public: virtual void setCounter(Counter* counter) = 0; - virtual void connectEntities(const scene::Path& e1, const scene::Path& e2) = 0; + virtual void connectEntities(const scene::Path& e1, const scene::Path& e2, int index) = 0; virtual void setLightRadii(bool lightRadii) = 0; virtual bool getLightRadii() = 0;