From: Ash Tyndall Date: Fri, 21 Oct 2011 12:05:12 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=c87c77dde75fb3b1699bafee8866aa49dd627b23 --- diff --git a/scene.c b/scene.c index ffc138d..ccb5dac 100644 --- a/scene.c +++ b/scene.c @@ -291,7 +291,7 @@ void motion(int x, int y) { } starty = y; - printf("zoom is %f, y is %f starty is %f\n", zoom, y, starty); + printf("zoom is %f, y is %d starty is %d\n", zoom, y, starty); startx = x; break;