summaryrefslogtreecommitdiff
path: root/src/engine/objects/ChainChomp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/objects/ChainChomp.h')
-rw-r--r--src/engine/objects/ChainChomp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/engine/objects/ChainChomp.h b/src/engine/objects/ChainChomp.h
index e1eb35347..174f24930 100644
--- a/src/engine/objects/ChainChomp.h
+++ b/src/engine/objects/ChainChomp.h
@@ -21,10 +21,9 @@ extern "C" {
* Animation crash for custom courses
*/
class OChainChomp : public OObject {
-public:
+ public:
explicit OChainChomp();
-
~OChainChomp() {
_count--;
}
@@ -40,7 +39,7 @@ public:
void func_80085878(s32 objectIndex, s32 arg1);
void func_800859C8(s32 objectIndex, s32 arg1);
-private:
+ private:
FVector _pos;
static size_t _count;
size_t _idx;