aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2004-06-27 13:32:50 +0000
committerMax Horn2004-06-27 13:32:50 +0000
commit6f8f26dd381fd5fa998a745a09cb4dacf1456547 (patch)
tree4223f497cb1bd7cbe660dc6349009655a5dfff16 /scumm
parentf8cc10321e385dcd06cb130d683ae020445ab739 (diff)
downloadscummvm-rg350-6f8f26dd381fd5fa998a745a09cb4dacf1456547.tar.gz
scummvm-rg350-6f8f26dd381fd5fa998a745a09cb4dacf1456547.tar.bz2
scummvm-rg350-6f8f26dd381fd5fa998a745a09cb4dacf1456547.zip
Small TODO comment
svn-id: r14081
Diffstat (limited to 'scumm')
-rw-r--r--scumm/cursor.cpp2
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;