Fixed bad namespace comments spotted by clone2727.

svn-id: r24588
This commit is contained in:
Torbjörn Andersson 2006-11-03 06:16:11 +00:00
parent 6b425f03f4
commit e57316c796
2 changed files with 2 additions and 2 deletions

View File

@ -118,4 +118,4 @@ void MoviePlayer::setPalette(byte *pal) {
_vm->setPaletteFromPtr(pal, 256);
}
} // End of namespace Simon
} // End of namespace Scumm

View File

@ -58,6 +58,6 @@ protected:
virtual void setPalette(byte *pal);
};
} // End of namespace Simon
} // End of namespace Scumm
#endif