mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-25 19:32:58 +00:00
Game setup changes, including showing name, civ, team, and some options loaded from the scenarios. Civ data added. Civ info window to preview civs. Icon tooltips. Support for random map implementation. Fixes #590.
This was SVN commit r8494.
This commit is contained in:
@@ -200,6 +200,11 @@ bool IGUIObject::MouseOver()
|
||||
return m_CachedActualSize.PointInside(GetMousePos());
|
||||
}
|
||||
|
||||
bool IGUIObject::MouseOverIcon()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
CPos IGUIObject::GetMousePos() const
|
||||
{
|
||||
return ((GetGUI())?(GetGUI()->m_MousePos):CPos());
|
||||
|
||||
Reference in New Issue
Block a user