summaryrefslogtreecommitdiff
path: root/src/being/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/actor.h')
-rw-r--r--src/being/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/actor.h b/src/being/actor.h
index 03f301a78..5f508dfa6 100644
--- a/src/being/actor.h
+++ b/src/being/actor.h
@@ -49,7 +49,7 @@ public:
* would support setting a translation offset. It already does this
* partly with the clipping rectangle support.
*/
- virtual bool draw(Graphics *const graphics,
+ virtual void draw(Graphics *const graphics,
const int offsetX, const int offsetY) const = 0;
/**