SCI/newgui: comment change on SciGui::moveCursor()

svn-id: r44902
This commit is contained in:
Martin Kiewitz 2009-10-11 09:39:53 +00:00
parent 91eee2e99a
commit 236e801366

View File

@ -535,7 +535,7 @@ void SciGui::setCursorShape(GuiResourceId cursorId) {
}
void SciGui::setCursorPos(Common::Point pos) {
// FIXME: try to find out if we need to adjust position somehow, currently just forwarding to moveCursor()
// No adjustment of position needed, directly forwarding to SciGui::moveCursor()
moveCursor(pos);
}