mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Typo spotted by James H.
[originally from svn r8180]
This commit is contained in:
@ -839,7 +839,7 @@ static void win_begin_puzzle(void *handle, float xm, float xc,
|
|||||||
* Work out what that comes to in pixels.
|
* Work out what that comes to in pixels.
|
||||||
*/
|
*/
|
||||||
pox = (int)(mmox * (float)ppw / mmpw);
|
pox = (int)(mmox * (float)ppw / mmpw);
|
||||||
poy = (int)(mmoy * (float)ppw / mmpw);
|
poy = (int)(mmoy * (float)pph / mmph);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* And determine the scale.
|
* And determine the scale.
|
||||||
|
Reference in New Issue
Block a user