Prevent weird diving map behavior

This commit is contained in:
GriffinR
2025-04-15 12:22:51 -04:00
parent d014eef9e8
commit b1d85d32c1
9 changed files with 87 additions and 13 deletions

View File

@@ -87,6 +87,7 @@ public:
void deleteConnections();
QList<MapConnection*> getConnections() const { return m_connections; }
MapConnection* getConnection(const QString &direction) const;
void removeConnection(MapConnection *);
void addConnection(MapConnection *);
void loadConnection(MapConnection *);