aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video_v6.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-04-27 18:56:28 +0000
committerSven Hesse2009-04-27 18:56:28 +0000
commitc88b077fcc9f8f06b36f882285f14e0fe7a8a5a6 (patch)
tree7dbe6d1cbe94f87665225911e9b1bcb95e267941 /engines/gob/video_v6.cpp
parentf177c7142c996fbeed564fe06316f5bc6f6b6914 (diff)
downloadscummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.tar.gz
scummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.tar.bz2
scummvm-rg350-c88b077fcc9f8f06b36f882285f14e0fe7a8a5a6.zip
Some minor clean-up
svn-id: r40166
Diffstat (limited to 'engines/gob/video_v6.cpp')
-rw-r--r--engines/gob/video_v6.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}