From 0430bb9b3a1189cada3edd3cf18061e06dcad17c Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sat, 3 Jan 2009 13:31:23 +0000 Subject: Proper lag calculation even if the SMK has no audio svn-id: r35698 --- graphics/video/smk_player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/video/smk_player.h') diff --git a/graphics/video/smk_player.h b/graphics/video/smk_player.h index e07412b2a5..c1b118b13e 100644 --- a/graphics/video/smk_player.h +++ b/graphics/video/smk_player.h @@ -184,6 +184,7 @@ private: Audio::SoundHandle _audioHandle; uint32 _currentSMKFrame; + uint32 _startTime; BigHuffmanTree *_MMapTree; BigHuffmanTree *_MClrTree; -- cgit v1.2.3