aboutsummaryrefslogtreecommitdiff
path: root/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
diff options
context:
space:
mode:
authorWyatt <[email protected]>2022-09-29 14:31:39 -0700
committerWyatt <[email protected]>2022-09-29 14:31:39 -0700
commitf4cf1380812789231505e0a7106a62f45f76acb1 (patch)
treef810c98f3c7e15f1a8a9172e09ed5806e35b4b17 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp
parentCommit (diff)
downloadcst116-lab0-debugging-johnson-f4cf1380812789231505e0a7106a62f45f76acb1.tar.xz
cst116-lab0-debugging-johnson-f4cf1380812789231505e0a7106a62f45f76acb1.zip
changes
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.cpp2
1 files changed, 1 insertions, 1 deletions
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