From: Ash Tyndall Date: Thu, 20 Oct 2011 03:48:23 +0000 (+0800) Subject: (no commit message) X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=commitdiff_plain;h=d4d78a8d7485bc1b7c2736f890857c9cd8360969;ds=sidebyside --- diff --git a/scene.c b/scene.c index b026883..485e8a9 100644 --- a/scene.c +++ b/scene.c @@ -226,7 +226,7 @@ void mouse(int button, int state, int x, int y) { } } -void keyboard(unsigned char key, int x, int y) { +void keyboard(unsigned char key, int x1, int y1) { switch(key) { case 'w': z = z - 1;