src/table/sprites.h
changeset 6574 e1d1a12faaf7
parent 6429 02c062eb2c74
child 6594 afc37a4978e5
--- a/src/table/sprites.h	Wed Mar 07 11:47:46 2007 +0000
+++ b/src/table/sprites.h	Wed Mar 07 12:11:48 2007 +0000
@@ -1191,7 +1191,7 @@
 };
 
 /** Cursor sprite numbers */
-typedef enum CursorSprites {
+enum CursorSprite {
 	/* Terraform */
 	/* Cursors */
 	SPR_CURSOR_MOUSE          = 0,
@@ -1278,7 +1278,7 @@
 	SPR_CURSOR_CLONE_ROADVEH  = SPR_OPENTTD_BASE + 110,
 	SPR_CURSOR_CLONE_SHIP     = SPR_OPENTTD_BASE + 112,
 	SPR_CURSOR_CLONE_AIRPLANE = SPR_OPENTTD_BASE + 114,
-} CursorSprite;
+};
 
 /// Animation macro in table/animcursors.h (_animcursors[])
 enum AnimCursors {