Merge pull request #5193 from cam900/patch-101

rohga.cpp : Add video reference for wizdfire
This commit is contained in:
R. Belmont 2019-06-09 08:25:32 -04:00 committed by GitHub
commit 934e3e11ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ VIDEO_START_MEMBER(rohga_state,wizdfire)
m_sprgen[1]->alloc_sprite_bitmap();
}
// reference : https://www.youtube.com/watch?v=FfxDihoQtT4
// not amazingly efficient, called multiple times to pull a layer out of the sprite bitmaps, but keeps correct sprite<->sprite priorities
void rohga_state::mixwizdfirelayer(bitmap_rgb32 &bitmap, const rectangle &cliprect, u16 pri, u16 primask)
{