From 0eaa72e324dfd350a52679ec215e4f1a8851c606 Mon Sep 17 00:00:00 2001 From: belugas Date: Wed, 18 Apr 2007 00:41:09 +0000 Subject: (svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections... --- src/table/sprites.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/table') diff --git a/src/table/sprites.h b/src/table/sprites.h index 0301d9f20..da80b4954 100644 --- a/src/table/sprites.h +++ b/src/table/sprites.h @@ -1302,7 +1302,7 @@ enum AnimCursors { *
  • TRANSPARENT_BIT is the bit number which toggles sprite transparency
  • *
  • RECOLOR_BIT toggles the recoloring system
  • *
  • PALETTE_SPRITE_WIDTH and PALETTE_SPRITE_START determine the position and number of - * bits used for the recoloring process. For transparency, it must be 0x322.
  • + * bits used for the recoloring process. For transparency, it must be 0x322. */ enum SpriteSetup { TRANSPARENT_BIT = 31, ///< toggles transparency in the sprite -- cgit v1.2.3-54-g00ecf