aboutsummaryrefslogtreecommitdiff
path: root/backend/ArmorObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/ArmorObject.h')
-rw-r--r--backend/ArmorObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/ArmorObject.h b/backend/ArmorObject.h
index c8223bc..e9c02d2 100644
--- a/backend/ArmorObject.h
+++ b/backend/ArmorObject.h
@@ -4,7 +4,7 @@
class ArmorObject : public Object {
private:
- int protection;
+ int protection = 0;
};