aboutsummaryrefslogtreecommitdiff
path: root/scumm/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/actor.h')
-rw-r--r--scumm/actor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.h b/scumm/actor.h
index 335efd96ca..2175534778 100644
--- a/scumm/actor.h
+++ b/scumm/actor.h
@@ -26,7 +26,6 @@
#include "common/scummsys.h"
#include "scumm/scumm.h"
-
namespace Scumm {
enum MoveFlags {
@@ -92,6 +91,7 @@ public:
byte talkColor;
int talkFrequency;
byte talkPan;
+ byte talkVolume;
byte scalex, scaley;
byte charset;
byte moving;