summaryrefslogtreecommitdiffhomepage
path: root/src/character.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/character.cpp')
-rw-r--r--src/character.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/character.cpp b/src/character.cpp
index f43c976b..08de4e99 100644
--- a/src/character.cpp
+++ b/src/character.cpp
@@ -96,6 +96,8 @@ void character::set_keys(bool L, bool R, bool U, bool D)
b_D = D;
}
+Vector2 character::depth_offset() const { return {}; }
+
Vector2 character::ordinal_offset(Vector2b offset) const
{
return Vector2(offset);