diff options
Diffstat (limited to 'engines/sherlock/tattoo')
-rw-r--r-- | engines/sherlock/tattoo/tattoo_people.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_people.h b/engines/sherlock/tattoo/tattoo_people.h index 773f00be53..9022c42929 100644 --- a/engines/sherlock/tattoo/tattoo_people.h +++ b/engines/sherlock/tattoo/tattoo_people.h @@ -92,7 +92,7 @@ public: * Set the variables for moving a character from one poisition to another * in a straight line */ - void setWalking(); + virtual void setWalking(); }; class TattooPeople : public People { |