More renaming
svn-id: r47009
This commit is contained in:
parent
2f1a909696
commit
d99aa0f126
42 changed files with 616 additions and 616 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue