summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 7758abd4d..7271a06c2 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -2223,7 +2223,7 @@ bool Being::draw(Graphics *const graphics,
}
void Being::drawSprites(Graphics *const graphics,
- const int posX, const int posY) const
+ int posX, int posY) const
{
const int sz = getNumberOfLayers();
for (int f = 0; f < sz; f ++)
@@ -2242,7 +2242,7 @@ void Being::drawSprites(Graphics *const graphics,
}
void Being::drawSpritesSDL(Graphics *const graphics,
- const int posX, const int posY) const
+ int posX, int posY) const
{
const size_t sz = size();
for (unsigned f = 0; f < sz; f ++)