From c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 27 Apr 2009 18:56:28 +0000 Subject: Some minor clean-up svn-id: r40166 --- engines/gob/video_v6.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob/video_v6.cpp') diff --git a/engines/gob/video_v6.cpp b/engines/gob/video_v6.cpp index 3ce445c79e..cf402ceb20 100644 --- a/engines/gob/video_v6.cpp +++ b/engines/gob/video_v6.cpp @@ -242,8 +242,8 @@ void Video_v6::drawPacked(const byte *sprBuf, int16 x, int16 y, SurfaceDesc *sur uncBuf = new byte[size]; - //sub_4F020(data, buf); - warning("Urban Stub: drawPacked: sub_4F020(data, uncBuf)"); + //spriteUncompressor(data, buf); + warning("Urban Stub: drawPacked: spriteUncompressor(data, uncBuf)"); srcData = uncBuf; } -- cgit v1.2.3