summaryrefslogtreecommitdiff
path: root/src/engine/objects
diff options
context:
space:
mode:
authorMegaMech <inkstudios1@hotmail.com>2024-12-29 23:58:52 -0700
committerMegaMech <inkstudios1@hotmail.com>2024-12-29 23:58:52 -0700
commit57afb90c3901b4c5dc586f1be3f6604c52c423d6 (patch)
tree47196539d56341b15758fdc15dcd1ff7cf209f17 /src/engine/objects
parent2bd41c6d90995cff7387e11374843cbe9e62b10f (diff)
Add todo
Diffstat (limited to 'src/engine/objects')
-rw-r--r--src/engine/objects/Seagull.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/objects/Seagull.h b/src/engine/objects/Seagull.h
index d575e3721..c6898dcc2 100644
--- a/src/engine/objects/Seagull.h
+++ b/src/engine/objects/Seagull.h
@@ -16,7 +16,7 @@ extern "C" {
#include "camera.h"
}
-
+//! @todo unk_0D5 needs to be a struct variable probably. What does it do? Behaviour?
class OSeagull : public OObject {
public:
explicit OSeagull(Vec3f pos);