mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
astinvad.cpp: fixed spcking2 save state regression (nw)
This commit is contained in:
parent
1cd55d138b
commit
5a41d073fc
@ -853,6 +853,8 @@ void astinvad_state::init_spcking2()
|
|||||||
{
|
{
|
||||||
/* don't have the schematics, but the blanking must center the screen here */
|
/* don't have the schematics, but the blanking must center the screen here */
|
||||||
m_flip_yoffs = 0;
|
m_flip_yoffs = 0;
|
||||||
|
|
||||||
|
save_item(NAME(m_player));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user