[Scummvm-cvs-logs] scummvm master -> c18c22798ac5c45164c0ccc78ed4fa76405dcafc
dreammaster
dreammaster at scummvm.org
Sat May 7 18:29:08 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
c18c22798a SHERLOCK: RT: Fix some namespace comments
Commit: c18c22798ac5c45164c0ccc78ed4fa76405dcafc
https://github.com/scummvm/scummvm/commit/c18c22798ac5c45164c0ccc78ed4fa76405dcafc
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-05-07T12:28:55-04:00
Commit Message:
SHERLOCK: RT: Fix some namespace comments
Changed paths:
engines/sherlock/tattoo/tattoo_fixed_text.h
engines/sherlock/tattoo/tattoo_people.h
diff --git a/engines/sherlock/tattoo/tattoo_fixed_text.h b/engines/sherlock/tattoo/tattoo_fixed_text.h
index 7dbe13b..eb636cd 100644
--- a/engines/sherlock/tattoo/tattoo_fixed_text.h
+++ b/engines/sherlock/tattoo/tattoo_fixed_text.h
@@ -233,7 +233,7 @@ public:
virtual const Common::String getActionMessage(FixedTextActionId actionId, int messageIndex);
};
-} // End of namespace Scalpel
+} // End of namespace Tattoo
} // End of namespace Sherlock
diff --git a/engines/sherlock/tattoo/tattoo_people.h b/engines/sherlock/tattoo/tattoo_people.h
index e0d53c6..c844d86 100644
--- a/engines/sherlock/tattoo/tattoo_people.h
+++ b/engines/sherlock/tattoo/tattoo_people.h
@@ -273,9 +273,8 @@ public:
virtual void setListenSequence(int speaker, int sequenceNum = 1);
};
-} // End of namespace Scalpel
+} // End of namespace Tattoo
} // End of namespace Sherlock
-
#endif
More information about the Scummvm-git-logs
mailing list