summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Wolf.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Mobs/Wolf.h')
-rw-r--r--source/Mobs/Wolf.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/Mobs/Wolf.h b/source/Mobs/Wolf.h
index faae1d7af..040e2cf7a 100644
--- a/source/Mobs/Wolf.h
+++ b/source/Mobs/Wolf.h
@@ -41,12 +41,12 @@ public:
protected:
- bool m_IsSitting;
- bool m_IsTame;
- bool m_IsBegging;
- bool m_IsAngry;
- AString m_OwnerName;
- int m_CollarColor;
+ bool m_IsSitting;
+ bool m_IsTame;
+ bool m_IsBegging;
+ bool m_IsAngry;
+ AString m_OwnerName;
+ int m_CollarColor;
} ;