From f4cf1380812789231505e0a7106a62f45f76acb1 Mon Sep 17 00:00:00 2001 From: Wyatt Date: Thu, 29 Sep 2022 14:31:39 -0700 Subject: changes --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp') diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 0dcf564..39ec7a1 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -104,6 +104,6 @@ class Wall void combine(Wall other) { - + health += other.health; } }; \ No newline at end of file -- cgit v1.2.3