[Scummvm-cvs-logs] SF.net SVN: scummvm:[43707] scummvm/trunk/engines/gob/videoplayer.cpp
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Mon Aug 24 23:33:35 CEST 2009
Revision: 43707
http://scummvm.svn.sourceforge.net/scummvm/?rev=43707&view=rev
Author: strangerke
Date: 2009-08-24 21:33:35 +0000 (Mon, 24 Aug 2009)
Log Message:
-----------
Add another extension: SMD
Modified Paths:
--------------
scummvm/trunk/engines/gob/videoplayer.cpp
Modified: scummvm/trunk/engines/gob/videoplayer.cpp
===================================================================
--- scummvm/trunk/engines/gob/videoplayer.cpp 2009-08-24 20:40:38 UTC (rev 43706)
+++ scummvm/trunk/engines/gob/videoplayer.cpp 2009-08-24 21:33:35 UTC (rev 43707)
@@ -38,7 +38,7 @@
namespace Gob {
-const char *VideoPlayer::_extensions[] = { "IMD", "VMD", "RMD" };
+const char *VideoPlayer::_extensions[] = { "IMD", "VMD", "RMD", "SMD" };
VideoPlayer::Video::Video(GobEngine *vm) : _vm(vm), _stream(0), _video(0) {
}
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