*Small bugfix for a bug i made into the grid by mistake

This commit is contained in:
dimok321 2009-08-02 07:08:20 +00:00
parent 8fd2e72177
commit d4a06f006e

View File

@ -595,7 +595,7 @@ int GuiGameGrid::FindMenuItem(int currentItem, int direction)
void GuiGameGrid::Draw()
{
LOCK(this);
if(!this->IsVisible() || gameCnt > 0)
if(!this->IsVisible() || !gameCnt)
return;
if(c>0){