[Scummvm-cvs-logs] scummvm master -> aea224e2604547d6dfe4b26b66a7e7b5a6babcbb
clone2727
clone2727 at gmail.com
Sat Oct 26 16:40:33 CEST 2013
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
aea224e260 ALL: Mark off common code used by ZVision
Commit: aea224e2604547d6dfe4b26b66a7e7b5a6babcbb
https://github.com/scummvm/scummvm/commit/aea224e2604547d6dfe4b26b66a7e7b5a6babcbb
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2013-10-26T07:39:36-07:00
Commit Message:
ALL: Mark off common code used by ZVision
Changed paths:
graphics/decoders/tga.h
video/avi_decoder.h
diff --git a/graphics/decoders/tga.h b/graphics/decoders/tga.h
index d8ccf8f..5b1e87d 100644
--- a/graphics/decoders/tga.h
+++ b/graphics/decoders/tga.h
@@ -26,6 +26,7 @@
/*
* TGA decoder used in engines:
* - wintermute
+ * - zvision
*/
#ifndef GRAPHICS_DECODERS_TGA_H
diff --git a/video/avi_decoder.h b/video/avi_decoder.h
index 80c11b1..3bf443a 100644
--- a/video/avi_decoder.h
+++ b/video/avi_decoder.h
@@ -54,6 +54,7 @@ class Codec;
* - sci
* - sword1
* - sword2
+ * - zvision
*/
class AVIDecoder : public VideoDecoder {
public:
More information about the Scummvm-git-logs
mailing list