diff options
Diffstat (limited to 'scumm/actor.h')
-rw-r--r-- | scumm/actor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/actor.h b/scumm/actor.h index a4d8f0466a..47a3f54666 100644 --- a/scumm/actor.h +++ b/scumm/actor.h @@ -90,6 +90,7 @@ public: byte room; byte talkColor; int talkFrequency; + byte talkPan; byte scalex, scaley; byte charset; byte moving; |