1
0
forked from 0ad/0ad

Try to fix potential problems when right-clicking minimap

This was SVN commit r7521.
This commit is contained in:
Ykkrosh 2010-05-09 00:53:25 +00:00
parent 549ec9d561
commit f339837afd

View File

@ -179,8 +179,12 @@ void CMiniMap::SetCameraPos()
}
m_Camera->UpdateFrustum();
}
void CMiniMap::FireWorldClickEvent(int button, int clicks)
{
if (g_UseSimulation2)
return; // TODO: we ought to pass this through to the GUI system
//debug_printf(L"FireWorldClickEvent: button %d, clicks %d\n", button, clicks);
CPos MousePos = GetMousePos();