[Scummvm-git-logs] scummvm master -> 1def441e094857163c4feed57e641425fb13e74d

madmoose thomas at fach-pedersen.net
Sun Aug 27 22:51:28 CEST 2017


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:
1def441e09 BLADERUNNER: Fix build


Commit: 1def441e094857163c4feed57e641425fb13e74d
    https://github.com/scummvm/scummvm/commit/1def441e094857163c4feed57e641425fb13e74d
Author: Thomas Fach-Pedersen (thomas at fach-pedersen.net)
Date: 2017-08-27T22:50:33+02:00

Commit Message:
BLADERUNNER: Fix build

Changed paths:
    engines/bladerunner/vqa_decoder.h


diff --git a/engines/bladerunner/vqa_decoder.h b/engines/bladerunner/vqa_decoder.h
index b8fb60a..4e07064 100644
--- a/engines/bladerunner/vqa_decoder.h
+++ b/engines/bladerunner/vqa_decoder.h
@@ -168,7 +168,7 @@ private:
 	bool readLNIN(Common::SeekableReadStream *s, uint32 size);
 	bool readCLIP(Common::SeekableReadStream *s, uint32 size);
 
-	CodebookInfo &VQADecoder::codebookInfoForFrame(int frame);
+	CodebookInfo &codebookInfoForFrame(int frame);
 
 	class VQAVideoTrack {
 	public:





More information about the Scummvm-git-logs mailing list