aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/animation_he.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-11-03 06:16:11 +0000
committerTorbjörn Andersson2006-11-03 06:16:11 +0000
commite57316c7965ee6518c167328523ceb8e50dfe6e3 (patch)
treebeb226171c7e9244652a7549f44c2150acfedc78 /engines/scumm/he/animation_he.h
parent6b425f03f454fee55013ce7c0455315de2819aef (diff)
downloadscummvm-rg350-e57316c7965ee6518c167328523ceb8e50dfe6e3.tar.gz
scummvm-rg350-e57316c7965ee6518c167328523ceb8e50dfe6e3.tar.bz2
scummvm-rg350-e57316c7965ee6518c167328523ceb8e50dfe6e3.zip
Fixed bad namespace comments spotted by clone2727.
svn-id: r24588
Diffstat (limited to 'engines/scumm/he/animation_he.h')
-rw-r--r--engines/scumm/he/animation_he.h2
1 files changed, 1 insertions, 1 deletions
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