* Launches the blaster bomb. * @param action Pointer to an action. */
| 1153 | * @param action Pointer to an action. |
| 1154 | */ |
| 1155 | void BattlescapeState::btnLaunchClick(Action *action) |
| 1156 | { |
| 1157 | _battleGame->launchAction(); |
| 1158 | action->getDetails()->type = SDL_NOEVENT; // consume the event |
| 1159 | } |
| 1160 | |
| 1161 | /** |
| 1162 | * Uses psionics. |
nothing calls this directly
no test coverage detected