diff options
Diffstat (limited to 'scumm/costume.h')
-rw-r--r-- | scumm/costume.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/costume.h b/scumm/costume.h index de1424bff4..1b233e1c81 100644 --- a/scumm/costume.h +++ b/scumm/costume.h @@ -71,6 +71,7 @@ public: protected: byte drawLimb(const Actor *a, int limb); + void drawNESCostume(const Actor *a, int limb); void proc3(Codec1 &v1); void proc3_ami(Codec1 &v1); |