diff options
| author | 2009-12-28 10:17:35 +0000 | |
|---|---|---|
| committer | 2009-12-28 10:17:35 +0000 | |
| commit | 463505ce1d75c9d5f2f2cac276230f4505afc8a8 (patch) | |
| tree | 7bf2a012f4b8e396687906f5cb5f5bfb04dba0c6 | |
| parent | 45e83d1454fd9fcbaf637f45ec2205204ea12aa8 (diff) | |
Fixed build (was this introduced by srcclean? if so, there must be some unhandled case... might be worth a check)
| -rw-r--r-- | src/mame/video/nycaptor.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/video/nycaptor.c b/src/mame/video/nycaptor.c index 4ed1a2a80e2..b21f8bbca3c 100644 --- a/src/mame/video/nycaptor.c +++ b/src/mame/video/nycaptor.c @@ -180,8 +180,7 @@ static void draw_sprites(running_machine *machine, bitmap_t *bitmap, const recta pal, flipx,flipy, sx,sy,15); - } - } + } } } } |
