Fixed routine notefield not being centered correctly. Hid couple-edit and threepanel styles because they don't seem intended to be playable.
This commit is contained in:
@@ -589,6 +589,7 @@ void ScreenGameplay::Init()
|
||||
right_marge= margins[pi->m_pn][1];
|
||||
field_space= screen_space - left_marge - right_marge;
|
||||
if(Center1Player() ||
|
||||
style->m_StyleType == StyleType_TwoPlayersSharedSides ||
|
||||
(style_width > field_space && GAMESTATE->GetNumPlayersEnabled() == 1
|
||||
&& (bool)ALLOW_CENTER_1_PLAYER))
|
||||
CENTER_PLAYER_BLOCK
|
||||
|
||||
Reference in New Issue
Block a user