Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ unsetNewBaseHover
Method
unsetNewBaseHover
src/Geoscape/Globe.cpp:1366–1369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1364
_hover=true;
1365
}
1366
void Globe::unsetNewBaseHover(void)
1367
{
1368
_hover=false;
1369
}
1370
bool Globe::getNewBaseHover(void)
1371
{
1372
return _hover;
Callers
1
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected