From f3e81b5f17872186f7c67a551876dd78f268865c Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 22 Mar 2017 04:11:49 +0200 Subject: FULLPIPE: Use Common::String in all scene object names --- engines/fullpipe/interaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe/interaction.h') 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(); -- cgit v1.2.3