mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-15 04:15:36 -05:00
More map connection bug fixes
This commit is contained in:
@@ -12,8 +12,6 @@ MapConnection MapConnection::mirror(const MapConnection &source, const QString &
|
||||
{"dive", "emerge"}, {"emerge", "dive"}
|
||||
};
|
||||
|
||||
// TODO: Allowing editing unknown directions is a can of worms.
|
||||
// Specifically a self-connection with an empty direction and an offset of 0 can be identified as its own mirror
|
||||
MapConnection mirror;
|
||||
mirror.direction = oppositeDirections.value(source.direction/*, source.direction*/);
|
||||
mirror.map_name = mapName;
|
||||
|
||||
Reference in New Issue
Block a user