SharedROM, Editor parent, housekeeping

This commit is contained in:
scawful
2023-07-17 08:25:22 -04:00
parent c0d94a5982
commit 2b0c550274
8 changed files with 66 additions and 29 deletions

View File

@@ -32,8 +32,6 @@ class DungeonDestination {
// int RealY() { return AssociatedObject ? AssociatedObject->RealY : 0; }
// void Reset() { AssociatedObject = nullptr; }
std::string ToString() {
return std::to_string(Index) + ": To " + std::to_string(Target);
}