aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/video_v6.cpp
diff options
context:
space:
mode:
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;
}