Merge branch 'eclair' into eclair-release
diff --git a/res/raw/rollo3.c b/res/raw/rollo3.c
index aa7e075..f3250a0 100644
--- a/res/raw/rollo3.c
+++ b/res/raw/rollo3.c
@@ -106,7 +106,7 @@
     if (g_LastTouchDown) {
         float dx = -(state->newPositionX - g_LastPositionX);
         g_PosVelocity = 0;
-        g_PosPage += dx * 4;
+        g_PosPage += dx * 5.2f;
 
         float pmin = -0.49f;
         float pmax = g_PosMax + 0.49f;