[Scummvm-cvs-logs] SF.net SVN: scummvm: [24588] scummvm/trunk/engines/scumm/he
eriktorbjorn at users.sourceforge.net
eriktorbjorn at users.sourceforge.net
Fri Nov 3 07:16:16 CET 2006
Revision: 24588
http://svn.sourceforge.net/scummvm/?rev=24588&view=rev
Author: eriktorbjorn
Date: 2006-11-02 22:16:11 -0800 (Thu, 02 Nov 2006)
Log Message:
-----------
Fixed bad namespace comments spotted by clone2727.
Modified Paths:
--------------
scummvm/trunk/engines/scumm/he/animation_he.cpp
scummvm/trunk/engines/scumm/he/animation_he.h
Modified: scummvm/trunk/engines/scumm/he/animation_he.cpp
===================================================================
--- scummvm/trunk/engines/scumm/he/animation_he.cpp 2006-11-02 10:54:48 UTC (rev 24587)
+++ scummvm/trunk/engines/scumm/he/animation_he.cpp 2006-11-03 06:16:11 UTC (rev 24588)
@@ -118,4 +118,4 @@
_vm->setPaletteFromPtr(pal, 256);
}
-} // End of namespace Simon
+} // End of namespace Scumm
Modified: scummvm/trunk/engines/scumm/he/animation_he.h
===================================================================
--- scummvm/trunk/engines/scumm/he/animation_he.h 2006-11-02 10:54:48 UTC (rev 24587)
+++ scummvm/trunk/engines/scumm/he/animation_he.h 2006-11-03 06:16:11 UTC (rev 24588)
@@ -58,6 +58,6 @@
virtual void setPalette(byte *pal);
};
-} // End of namespace Simon
+} // End of namespace Scumm
#endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list