fix for 640x480 mode

This commit is contained in:
FunkyFr3sh 2018-03-12 11:40:35 +01:00
parent fcdc863ffa
commit 688ae45001
2 changed files with 5 additions and 5 deletions

View file

@ -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)
{