summaryrefslogtreecommitdiff
path: root/src/net/serverfeatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/serverfeatures.h')
-rw-r--r--src/net/serverfeatures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/serverfeatures.h b/src/net/serverfeatures.h
index ed4b630b5..a3c2e6115 100644
--- a/src/net/serverfeatures.h
+++ b/src/net/serverfeatures.h
@@ -120,6 +120,8 @@ class ServerFeatures notfinal
virtual bool haveAdvancedBuySell() const = 0;
virtual bool haveSlide() const = 0;
+
+ virtual bool haveExtendedDropsPosition() const = 0;
};
} // namespace Net