From 7c3ac25ac153a2934ee94c8aa83b72843bd56351 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 18 May 2015 23:44:59 -0400 Subject: SHERLOCK: Further syntactic fixes --- engines/sherlock/objects.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/objects.h') diff --git a/engines/sherlock/objects.h b/engines/sherlock/objects.h index 0b3a26f1f9..e3e07d89b7 100644 --- a/engines/sherlock/objects.h +++ b/engines/sherlock/objects.h @@ -102,8 +102,8 @@ class Sprite { private: static SherlockEngine *_vm; public: - Common::String _name; // Name - Common::String _description; // Description + Common::String _name; + Common::String _description; Common::StringArray _examine; // Examine in-depth description Common::String _pickUp; // Message for if you can't pick up object -- cgit v1.2.3