summaryrefslogtreecommitdiff
path: root/src/engine/objects/Hedgehog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/objects/Hedgehog.h')
-rw-r--r--src/engine/objects/Hedgehog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/engine/objects/Hedgehog.h b/src/engine/objects/Hedgehog.h
index 2057d894d..eab1fde15 100644
--- a/src/engine/objects/Hedgehog.h
+++ b/src/engine/objects/Hedgehog.h
@@ -23,7 +23,7 @@ extern "C" {
* @arg unk unknown. Likely actor type.
*/
class OHedgehog : public OObject {
-public:
+ public:
explicit OHedgehog(const FVector& pos, const FVector2D& patrolPoint, s16 unk);
~OHedgehog() {
@@ -45,8 +45,7 @@ public:
void func_800833D0(s32 objectIndex, s32 arg1);
void func_80083474(s32 objectIndex);
-
-private:
+ private:
FVector _pos;
static size_t _count;
size_t _idx;