Fixed issue 677
This commit is contained in:
@@ -199,13 +199,6 @@ bool GuiGameZone::CheckUserInput(JButton key)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool GuiGameZone::CheckUserInput(int x, int y)
|
||||
{
|
||||
if (showCards)
|
||||
return cd->CheckUserInput(x, y);
|
||||
return false;
|
||||
}
|
||||
|
||||
void GuiGameZone::Update(float dt)
|
||||
{
|
||||
if (showCards)
|
||||
|
||||
Reference in New Issue
Block a user