mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
Fixed bad namespace comments spotted by clone2727.
svn-id: r24588
This commit is contained in:
parent
6b425f03f4
commit
e57316c796
@ -118,4 +118,4 @@ void MoviePlayer::setPalette(byte *pal) {
|
||||
_vm->setPaletteFromPtr(pal, 256);
|
||||
}
|
||||
|
||||
} // End of namespace Simon
|
||||
} // End of namespace Scumm
|
||||
|
@ -58,6 +58,6 @@ protected:
|
||||
virtual void setPalette(byte *pal);
|
||||
};
|
||||
|
||||
} // End of namespace Simon
|
||||
} // End of namespace Scumm
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user