fix for 640x480 mode
This commit is contained in:
parent
fcdc863ffa
commit
688ae45001
2 changed files with 5 additions and 5 deletions
|
@ -192,7 +192,7 @@ void mouse_lock()
|
|||
|
||||
SetRect(&rc, pt.x, pt.y, pt2.x, pt2.y);
|
||||
|
||||
rc.bottom -= (yAdjust * 2);
|
||||
rc.bottom -= (yAdjust * 2) * ((float)ddraw->render.height / ddraw->height);
|
||||
|
||||
if(ddraw->adjmouse)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue