diff options
Diffstat (limited to 'engines/fullpipe/interaction.h')
-rw-r--r-- | engines/fullpipe/interaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/interaction.h b/engines/fullpipe/interaction.h index 40df9035e9..89af8d7a8f 100644 --- a/engines/fullpipe/interaction.h +++ b/engines/fullpipe/interaction.h @@ -50,7 +50,7 @@ class Interaction : public CObject { int _sceneId; int _field_28; uint _flags; - char *_actionName; + Common::String _actionName; public: Interaction(); |