diff options
author | Torbjörn Andersson | 2006-11-03 06:16:11 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-11-03 06:16:11 +0000 |
commit | e57316c7965ee6518c167328523ceb8e50dfe6e3 (patch) | |
tree | beb226171c7e9244652a7549f44c2150acfedc78 /engines | |
parent | 6b425f03f454fee55013ce7c0455315de2819aef (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/scumm/he/animation_he.cpp | 2 | ||||
-rw-r--r-- | engines/scumm/he/animation_he.h | 2 |
2 files changed, 2 insertions, 2 deletions
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 |