diff options
author | neoraider <devnull@localhost> | 2008-02-15 12:01:04 +0100 |
---|---|---|
committer | neoraider <devnull@localhost> | 2008-02-15 12:01:04 +0100 |
commit | 80b4f14530426d21c7ea26b7976a728f5b36c294 (patch) | |
tree | a3d54b26f072f1204c7a1146bd1dc96a8a3850d3 /Portal.h | |
parent | c4aadd98230f3b9ab50398b715164ff874ea8a61 (diff) | |
download | zoomedit-80b4f14530426d21c7ea26b7976a728f5b36c294.tar zoomedit-80b4f14530426d21c7ea26b7976a728f5b36c294.zip |
Added edges to rooms.
Diffstat (limited to 'Portal.h')
-rw-r--r-- | Portal.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ class Portal : public LevelObject, public VertexProvider { std::vector<SharedPtr<LevelObject> > children; for(size_t i = 0; i < 4; i++) - children.push_back(SharedPtr<LevelObject>(new LevelVertex(this, i))); + children.push_back(SharedPtr<LevelObject>(new LevelVertex(this, i, this))); return children; } |