diff options
| author | Wyatt <[email protected]> | 2022-09-29 14:31:39 -0700 |
|---|---|---|
| committer | Wyatt <[email protected]> | 2022-09-29 14:31:39 -0700 |
| commit | f4cf1380812789231505e0a7106a62f45f76acb1 (patch) | |
| tree | f810c98f3c7e15f1a8a9172e09ed5806e35b4b17 /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | Commit (diff) | |
| download | cst116-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.cpp | 2 |
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 |