From e57316c7965ee6518c167328523ceb8e50dfe6e3 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Fri, 3 Nov 2006 06:16:11 +0000 Subject: Fixed bad namespace comments spotted by clone2727. svn-id: r24588 --- engines/scumm/he/animation_he.cpp | 2 +- engines/scumm/he/animation_he.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/scumm/he/animation_he.cpp b/engines/scumm/he/animation_he.cpp index 13f52e468b..98f370a827 100644 --- a/engines/scumm/he/animation_he.cpp +++ b/engines/scumm/he/animation_he.cpp @@ -118,4 +118,4 @@ void MoviePlayer::setPalette(byte *pal) { _vm->setPaletteFromPtr(pal, 256); } -} // End of namespace Simon +} // End of namespace Scumm diff --git a/engines/scumm/he/animation_he.h b/engines/scumm/he/animation_he.h index 0e609669f0..bb847fdef6 100644 --- a/engines/scumm/he/animation_he.h +++ b/engines/scumm/he/animation_he.h @@ -58,6 +58,6 @@ protected: virtual void setPalette(byte *pal); }; -} // End of namespace Simon +} // End of namespace Scumm #endif -- cgit v1.2.3