mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
galaxold.cpp: fix stage 3 invisible bullets in Strategy X [Angelo Salese]
This commit is contained in:
parent
00db3c0c21
commit
0cea4a036a
@ -457,6 +457,9 @@ VIDEO_START_MEMBER(galaxold_state,stratgyx)
|
||||
VIDEO_START_CALL_MEMBER(galaxold_plain);
|
||||
|
||||
m_draw_background = &galaxold_state::stratgyx_draw_background;
|
||||
|
||||
// level 3 tank bullets
|
||||
m_draw_bullets = &galaxold_state::scrambold_draw_bullets;
|
||||
}
|
||||
|
||||
VIDEO_START_MEMBER(galaxold_state,ckongs)
|
||||
|
Loading…
Reference in New Issue
Block a user