summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/segaic24.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/segaic24.cpp')
-rw-r--r--src/mame/video/segaic24.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/segaic24.cpp b/src/mame/video/segaic24.cpp
index b006dee836e..5a5f1d76a14 100644
--- a/src/mame/video/segaic24.cpp
+++ b/src/mame/video/segaic24.cpp
@@ -665,7 +665,7 @@ void segas24_sprite_device::draw(bitmap_ind16 &bitmap, const rectangle &cliprect
cclip = clip[countspr];
if(cclip) {
- // Crackdown uses this on pre-title screen intro
+ // Crackdown uses this on pre-title screen intro
// for masking both avatars and the Sega logo itself.
clip_reverse_y = (cclip[1] & 0x2000) >> 13;
min_y = (cclip[2] & 511);