aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-06-25 11:49:07 +0000
committerMax Horn2004-06-25 11:49:07 +0000
commit4bb40b340896df616417e6abb04247aec369ebf0 (patch)
tree3966a9b1a47305cd40c4420a56121f4cb6192682 /scumm
parent0c2e8ef9f5374b1133e864fff540d88a2bb7e99c (diff)
downloadscummvm-rg350-4bb40b340896df616417e6abb04247aec369ebf0.tar.gz
scummvm-rg350-4bb40b340896df616417e6abb04247aec369ebf0.tar.bz2
scummvm-rg350-4bb40b340896df616417e6abb04247aec369ebf0.zip
fix warning
svn-id: r14048
Diffstat (limited to 'scumm')
-rw-r--r--scumm/cursor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp
index 10227fb73f..d0a5ec8716 100644
--- a/scumm/cursor.cpp
+++ b/scumm/cursor.cpp
@@ -308,7 +308,6 @@ void ScummEngine::makeCursorColorTransparent(int a) {
void ScummEngine::grabCursorFromBuffer(byte *ptr, int width, int height) {
uint size;
- byte *dst;
size = width * height;
if (size > sizeof(_grabbedCursor))