diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being.h b/src/being.h index 8820c30a..afb3cb8b 100644 --- a/src/being.h +++ b/src/being.h @@ -259,7 +259,7 @@ class Being : public Sprite * Draws the name text below the being. */ virtual void - drawName(Graphics *graphics, int offsetX, int offsetY) {}; + drawName(Graphics *, int, int) {}; /** * Returns the type of the being. |