diff options
author | Max Horn | 2004-06-27 13:32:50 +0000 |
---|---|---|
committer | Max Horn | 2004-06-27 13:32:50 +0000 |
commit | 6f8f26dd381fd5fa998a745a09cb4dacf1456547 (patch) | |
tree | 4223f497cb1bd7cbe660dc6349009655a5dfff16 | |
parent | f8cc10321e385dcd06cb130d683ae020445ab739 (diff) | |
download | scummvm-rg350-6f8f26dd381fd5fa998a745a09cb4dacf1456547.tar.gz scummvm-rg350-6f8f26dd381fd5fa998a745a09cb4dacf1456547.tar.bz2 scummvm-rg350-6f8f26dd381fd5fa998a745a09cb4dacf1456547.zip |
Small TODO comment
svn-id: r14081
-rw-r--r-- | scumm/cursor.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp index d0a5ec8716..fd8d03bc85 100644 --- a/scumm/cursor.cpp +++ b/scumm/cursor.cpp @@ -236,6 +236,8 @@ void ScummEngine::decompressDefaultCursor(int idx) { byte *hotspot = _grabbedCursor + _cursor.hotspotY * _cursor.width + _cursor.hotspotX; // Crosshair, slightly assymetric + // TODO: Instead of setting this up via code, we should simply extend + // default_cursor_images to contain this shape. for (i = 0; i < 7; i++) { *(hotspot - 5 - i) = color; |