Small TODO comment

svn-id: r14081
This commit is contained in:
Max Horn 2004-06-27 13:32:50 +00:00
parent f8cc10321e
commit 6f8f26dd38

View file

@ -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;