ssozumo.cpp: fixed save state regression (nw)

This commit is contained in:
Ivan Vangelista 2018-10-17 14:16:03 +02:00 committed by GitHub
parent b6cd283926
commit d41ea21ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,8 @@ void ssozumo_state::video_start()
8, 8, 32, 32);
m_fg_tilemap->set_transparent_pen(0);
save_item(NAME(m_color_bank));
}
void ssozumo_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect)