diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being.cpp b/src/being.cpp index edc177f17..e2452f997 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -2087,7 +2087,8 @@ void Being::talkTo() Net::getNpcHandler()->talk(mId); } -bool Being::draw(Graphics *graphics, int offsetX, int offsetY) const +bool Being::draw(Graphics *const graphics, + const int offsetX, const int offsetY) const { bool res = true; if (!mErased) |