aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/actions/action_talk.h
diff options
context:
space:
mode:
authorwhiterandrek2018-06-09 20:26:32 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commitcf04fb20c76f4c0ce52939e074cb79c40367f93a (patch)
tree134120264f1de871f3ecffadb003ae27bb4a001e /engines/pink/objects/actions/action_talk.h
parent4fd0ec3ff71614ecbf66ec7f8b414d99c74b1e32 (diff)
downloadscummvm-rg350-cf04fb20c76f4c0ce52939e074cb79c40367f93a.tar.gz
scummvm-rg350-cf04fb20c76f4c0ce52939e074cb79c40367f93a.tar.bz2
scummvm-rg350-cf04fb20c76f4c0ce52939e074cb79c40367f93a.zip
PINK: rework sound system
Diffstat (limited to 'engines/pink/objects/actions/action_talk.h')
-rw-r--r--engines/pink/objects/actions/action_talk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/objects/actions/action_talk.h b/engines/pink/objects/actions/action_talk.h
index 672e0249a6..f29dc0f5fc 100644
--- a/engines/pink/objects/actions/action_talk.h
+++ b/engines/pink/objects/actions/action_talk.h
@@ -45,7 +45,7 @@ protected:
void onStart() override;
private:
- Sound *_sound;
+ Sound _sound;
Common::String _vox;
};