summaryrefslogtreecommitdiff
path: root/src/engine/objects/Bat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/objects/Bat.h')
-rw-r--r--src/engine/objects/Bat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/objects/Bat.h b/src/engine/objects/Bat.h
index d6b7e8774..c6740c251 100644
--- a/src/engine/objects/Bat.h
+++ b/src/engine/objects/Bat.h
@@ -20,14 +20,14 @@ extern "C" {
/**
* OBat
- *
+ *
* IRotator does not appear to do anything.
* Could not find where origin_pos was at.
* So pos does not work either
- *
+ *
*/
class OBat : public OObject {
-public:
+ public:
explicit OBat(const FVector& pos, const IRotator& rot);
~OBat() {
@@ -51,7 +51,7 @@ public:
void func_8007D794(s32 objectIndex);
void func_8007DA4C(s32 objectIndex);
-private:
+ private:
FVector _pos;
static size_t _count;
size_t _idx;