From 7dbceb8e6399d9e8b2b40230e0d8872423ec8ffe Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 22 May 2008 16:52:24 +0000 Subject: Oops, that way around should be more correct svn-id: r32211 --- engines/gob/coktelvideo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob') diff --git a/engines/gob/coktelvideo.cpp b/engines/gob/coktelvideo.cpp index c3625574d0..d6cbd5c2b5 100644 --- a/engines/gob/coktelvideo.cpp +++ b/engines/gob/coktelvideo.cpp @@ -1073,8 +1073,8 @@ CoktelVideo::State Vmd::processFrame(uint16 frame) { state.flags |= kStateNoVideoData; state.left = 0x7FFF; - state.right = 0x7FFF; - state.top = 0; + state.top = 0x7FFF; + state.right = 0; state.bottom = 0; if (!_vidMem) -- cgit v1.2.3