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:
Kyzentun
2015-01-20 19:58:53 -07:00
parent aeaead95c9
commit b09fc11210
2 changed files with 31 additions and 14 deletions
+1
View File
@@ -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