summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ladybug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ladybug.h')
-rw-r--r--src/mame/includes/ladybug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/ladybug.h b/src/mame/includes/ladybug.h
index 251c67114b4..57294ee6080 100644
--- a/src/mame/includes/ladybug.h
+++ b/src/mame/includes/ladybug.h
@@ -96,7 +96,7 @@ public:
void redclash_set_stars_enable(UINT8 on);
void redclash_update_stars_state();
void redclash_set_stars_speed(UINT8 speed);
- void redclash_draw_stars(bitmap_ind16 &bitmap, const rectangle &cliprect, UINT8 palette_offset, UINT8 sraider, UINT8 firstx, UINT8 lastx);
+ void redclash_draw_stars(bitmap_ind16 &bitmap, const rectangle &cliprect, UINT8 palette_offset, UINT8 sraider, UINT8 firstx, UINT8 lastx);
void redclash_draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect );
void redclash_draw_bullets( bitmap_ind16 &bitmap, const rectangle &cliprect );
};