Skip to content

Commit ba4973e

Browse files
committed
Murk 1998 DirectX 1.0
1 parent 39425de commit ba4973e

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

bin/Murk.exe

0 Bytes
Binary file not shown.

src/MurkControls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ void mouse_adjust(int mx, int my, int px, int py, int type) {
654654
// Extra +b term compensates for screen Y-axis inversion, making clicks align with isometric tiles.
655655
calcmousey = (b / 2) + b + py;
656656
} else {
657-
b = (int)(newmy + (.5 * newmx));
657+
b = (int)(newmy + (newmx / 2));
658658
calcmousex = (b) + px;
659659
calcmousey = (b / 2) + py;
660660
}

0 commit comments

Comments
 (0)