id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,game 4145,COMI: Jerky camera movement,eriktorbjorn,Kirben,"{{{#!Markdown Latest ScummVM SVN snapshot English version of the game I tried The Curse of Monkey Island in Wine briefly, and noticed that the camera movement in the original is a bit smoother than in ScummVM when it follows Guybrush around. In ScummVM, the speed of the movement changes noticeably, while in the original the speed looks more constant. There is a change I can make to ScummVM that makes it look more like the original to me, and the change makes at least some sense. In ScummEngine\_v7::setCameraFollows\(\) there is this: if \(VAR\(VAR\_CAMERA\_SPEED\_X\) < 8\) VAR\(VAR\_CAMERA\_SPEED\_X\) = 8; if \(VAR\(VAR\_CAMERA\_SPEED\_Y\) < 8\) VAR\(VAR\_CAMERA\_SPEED\_Y\) = 8; This makes the camera speed at \*least\* 8 \(pixels?\). If I change the ""<"" to "">"", making the camera speed at \*most\* 8, it looks better to me. But is it correct? }}} {{{#!div style=""font-size: 75%"" Ticket imported from: !#2580705. Ticket imported from: bugs/4145. }}}",defect,closed,normal,Engine: SCUMM,,fixed,,,Monkey Island 3