Typo spotted by James H.

[originally from svn r8180]
This commit is contained in:
Simon Tatham
2008-09-13 19:21:53 +00:00
parent 961f3d12b7
commit 0819e8ec76

View File

@ -839,7 +839,7 @@ static void win_begin_puzzle(void *handle, float xm, float xc,
* Work out what that comes to in pixels.
*/
pox = (int)(mmox * (float)ppw / mmpw);
poy = (int)(mmoy * (float)ppw / mmpw);
poy = (int)(mmoy * (float)pph / mmph);
/*
* And determine the scale.