More renaming

svn-id: r47009
This commit is contained in:
Filippos Karapetis 2010-01-05 01:37:57 +00:00
parent 2f1a909696
commit d99aa0f126
42 changed files with 616 additions and 616 deletions

View file

@ -709,7 +709,7 @@ void kernel_sleep(SciEvent *event, uint32 msecs ) {
while (true) {
// let backend process events and update the screen
event->get(SCI_EVENT_PEEK);
// TODO: we need to call SciGuiCursor::refreshPosition() before each screen update to limit the mouse cursor position
// TODO: we need to call Cursor::refreshPosition() before each screen update to limit the mouse cursor position
g_system->updateScreen();
time = g_system->getMillis();
if (time + 10 < wakeup_time) {