summaryrefslogtreecommitdiff
path: root/src/being/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.h')
-rw-r--r--src/being/being.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/being/being.h b/src/being/being.h
index 0b1797c38..dbdb58acb 100644
--- a/src/being/being.h
+++ b/src/being/being.h
@@ -645,10 +645,6 @@ class Being notfinal : public ActorSprite,
const int x,
const int y) const restrict2 A_NONNULL(2);
- void drawSpriteAt(Graphics *restrict const graphics,
- const int x,
- const int y) const restrict2 A_NONNULL(2);
-
void setMoveTime() restrict2 noexcept
{ mMoveTime = cur_time; }
@@ -997,6 +993,14 @@ class Being notfinal : public ActorSprite,
void serverRemove() restrict2 noexcept;
protected:
+ void drawPlayerSpriteAt(Graphics *restrict const graphics,
+ const int x,
+ const int y) const restrict2 A_NONNULL(2);
+
+ void drawOtherSpriteAt(Graphics *restrict const graphics,
+ const int x,
+ const int y) const restrict2 A_NONNULL(2);
+
/**
* Updates name's location.
*/