This commit is contained in:
andreja6
2018-10-27 02:24:08 -07:00
parent f5f5f269d5
commit e83a67ade2
3 changed files with 70 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ LevelInstance::LevelInstance(void)
loseMessage = "You Lost. Try Again";
timer = 60.0F;
score = 0;
canDelete = false;
}
LevelInstance::~LevelInstance(void)