Index: main.c =================================================================== --- main.c.orig 2006-05-30 12:52:54.000000000 +0200 +++ main.c 2006-05-30 12:53:09.000000000 +0200 @@ -254,6 +254,7 @@ if (ObtainMousePosition(display, playWindow, &x, &y)) { /* Has the pointer moved since our last poll */ + if (x < MAIN_WIDTH / 2) x = MAIN_WIDTH / 2; if (x != oldx) { paddleDx = x - oldx;