(MESS) sms.c: Enabled crosshair display on all screens. This makes missil3d playable on the plain '2D' view with scope emulation enabled. [Enik Land]

This commit is contained in:
Wilbert Pol 2013-09-04 17:17:17 +00:00
parent 54ecd4f5eb
commit ef4ba32180

View File

@ -1003,6 +1003,9 @@ VIDEO_START_MEMBER(sms_state,sms1)
m_main_scr->register_screen_bitmap(m_prevright_bitmap);
save_item(NAME(m_prevleft_bitmap));
save_item(NAME(m_prevright_bitmap));
// Allow sscope screens to have crosshair, useful for the game missil3d
crosshair_set_screen(machine(), 0, CROSSHAIR_SCREEN_ALL);
}