From 80b4f14530426d21c7ea26b7976a728f5b36c294 Mon Sep 17 00:00:00 2001 From: neoraider Date: Fri, 15 Feb 2008 11:01:04 +0000 Subject: Added edges to rooms. --- Portal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Portal.h') diff --git a/Portal.h b/Portal.h index 5f53f7b..858caf8 100644 --- a/Portal.h +++ b/Portal.h @@ -71,7 +71,7 @@ class Portal : public LevelObject, public VertexProvider { std::vector > children; for(size_t i = 0; i < 4; i++) - children.push_back(SharedPtr(new LevelVertex(this, i))); + children.push_back(SharedPtr(new LevelVertex(this, i, this))); return children; } -- cgit v1.2.3