unofficial version 0.6: first major updates
[netris.git] / shapes.c
index 2309bcc7ee291d0c9badea3734fdc09aa4b0de21..42fdf514e26a3740cb87ccb6d045d942dd41a26c 100644 (file)
--- a/shapes.c
+++ b/shapes.c
@@ -121,7 +121,7 @@ ExtFunc Dir RotateDir(Dir dir, int delta)
 }
 
 ExtFunc int ShapeIterate(Shape *s, int scr, int y, int x, int falling,
-ExtFunc                                ShapeDrawFunc func, void *data)
+ExtFunc                                                        ShapeDrawFunc func, void *data)
 {
        int i, mirror, result;
        Dir dir;