[AD] Small documentation patch

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


Applied on CVS.

Index: allegro._tx
===================================================================
RCS file: /cvsroot/alleg/allegro/docs/src/allegro._tx,v
retrieving revision 1.82
diff -u -b -r1.82 allegro._tx
--- allegro._tx	3 Sep 2002 17:53:12 -0000	1.82
+++ allegro._tx	8 Sep 2002 18:44:05 -0000
@@ -3976,7 +3976,7 @@
    as rotating it.
 
 @\void @rotate_scaled_sprite_v_flip(BITMAP *bmp, BITMAP *sprite, int x, int y,
-@@                                 fixed angle, fixed scale)
+@@                                 fixed angle, fixed scale);
 @xref rotate_sprite, rotate_scaled_sprite, rotate_sprite_v_flip
    Draws the sprite, similar to rotate_scaled_sprite() except that it flips
    the sprite vertically first.
@@ -3994,7 +3994,7 @@
    (cx, cy) to (x, y) in the bitmap, then rotates around this point.
 
 @\void @pivot_scaled_sprite(BITMAP *bmp, BITMAP *sprite, int x, int y,
-@@                         int cx, int cy, fixed angle, fixed scale));
+@@                         int cx, int cy, fixed angle, fixed scale);
 @xref rotate_sprite, rotate_scaled_sprite
 @xref pivot_sprite, pivot_scaled_sprite_v_flip
    Like rotate_scaled_sprite(), but aligns the point in the sprite given by
@@ -4002,7 +4002,7 @@
    point.
 
 @\void @pivot_scaled_sprite_v_flip(BITMAP *bmp, BITMAP *sprite, int x, int y,
-@@                                fixed angle, fixed scale)
+@@                                int cx, int cy, fixed angle, fixed scale);
 @xref rotate_sprite, rotate_scaled_sprite_v_flip, rotate_sprite_v_flip
 @xref pivot_sprite, pivot_scaled_sprite
    Like rotate_scaled_sprite_v_flip(), but aligns the point in the sprite


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/