* Stops the globe and adds radar hover effect. */
| 160 | * Stops the globe and adds radar hover effect. |
| 161 | */ |
| 162 | void BuildNewBaseState::init() |
| 163 | { |
| 164 | State::init(); |
| 165 | _globe->onMouseOver((ActionHandler)&BuildNewBaseState::globeHover); |
| 166 | _globe->rotateStop(); |
| 167 | _globe->setNewBaseHover(); |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * Runs the globe rotation timer. |
nothing calls this directly
no test coverage detected