MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / btnOkClick

Method btnOkClick

src/Menu/ErrorMessageState.cpp:129–132  ·  view source on GitHub ↗

* Closes the window. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

127 * @param action Pointer to an action.
128 */
129void ErrorMessageState::btnOkClick(Action *)
130{
131 _game->popState();
132}
133
134}

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected