Instances call constructor of base class

This commit is contained in:
andreja6
2018-10-24 11:02:13 -07:00
parent ea072e424a
commit 07a2eb4d98
7 changed files with 10 additions and 2 deletions

View File

@@ -3,7 +3,9 @@
WorkspaceInstance::WorkspaceInstance(void)
{
className = "Workspace";
Instance::Instance();
name = "Instance";
className = "Level";
timer = 60.0F;
score = 0;
}