[Scummvm-cvs-logs] CVS: scummvm/scumm script_v8.cpp,2.194,2.195
Max Horn
fingolfin at users.sourceforge.net
Thu Sep 11 16:50:27 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv2967/scumm
Modified Files:
script_v8.cpp
Log Message:
no need to manually call update_screen after a warp_mouse - if the backend needs to do a redraw in order to move the mouse, then it's the responsibility of the backend to ensure that it gets one
Index: script_v8.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v8.cpp,v
retrieving revision 2.194
retrieving revision 2.195
diff -u -d -r2.194 -r2.195
--- script_v8.cpp 11 Sep 2003 22:00:36 -0000 2.194
+++ script_v8.cpp 11 Sep 2003 23:44:03 -0000 2.195
@@ -747,7 +747,6 @@
int x = pop();
_system->warp_mouse(x, y);
- _system->update_screen();
}
break;
default:
More information about the Scummvm-git-logs
mailing list