diff options
author | 2018-10-17 20:13:40 +0200 | |
---|---|---|
committer | 2018-10-17 20:13:40 +0200 | |
commit | 5a41d073fc14f2ef68843ef5cf12e9328ad36c49 (patch) | |
tree | 106f8e910f42eb5ac502ebdda542f914faad0ee7 | |
parent | 1cd55d138b487e262667b01a8bc119da76e99757 (diff) |
astinvad.cpp: fixed spcking2 save state regression (nw)
-rw-r--r-- | src/mame/drivers/astinvad.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/astinvad.cpp b/src/mame/drivers/astinvad.cpp index bcf2be22b69..b0f0efb45e7 100644 --- a/src/mame/drivers/astinvad.cpp +++ b/src/mame/drivers/astinvad.cpp @@ -853,6 +853,8 @@ void astinvad_state::init_spcking2() { /* don't have the schematics, but the blanking must center the screen here */ m_flip_yoffs = 0; + + save_item(NAME(m_player)); } |