MCPcopy 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}
1366void Globe::unsetNewBaseHover(void)
1367{
1368 _hover=false;
1369}
1370bool Globe::getNewBaseHover(void)
1371{
1372 return _hover;

Callers 1

initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected