wxFont font= BOMBS_FONT;
- dc->SetFont(font);
+ dc->SetFont(font);
for(x=xc1; x<=xc2; x++)
for(y=yc1; y<=yc2; y++)
buf = wxT("0");
dc->SetTextForeground(wxGreen);
break;
- case 1:
+ case 1:
buf = wxT("1");
dc->SetTextForeground(wxBlue);
break;
if ( (event.RightDown() || (event.LeftDown() && event.ShiftDown()))
&& (m_game->IsHidden(x,y)
|| !m_game->GetNumRemainingCells() ) )
- {
+ {
// store previous and current field
int prevFocusX = m_game->m_gridFocusX;
int prevFocusY = m_game->m_gridFocusY;