MCPcopy Create free account
hub / github.com/TurningWheel/Barony / buttonRevertResolution

Function buttonRevertResolution

src/menu.cpp:11203–11212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11201}
11202
11203void buttonRevertResolution(button_t* my)
11204{
11205 revertResolution();
11206
11207 confirmResolutionWindow = false;
11208 buttonCloseSubwindow(my);
11209 list_FreeAll(&button_l);
11210 deleteallbuttons = true;
11211 revertResolutionButton = nullptr;
11212}
11213
11214void revertResolution()
11215{

Callers 1

handleMainMenuFunction · 0.85

Calls 3

revertResolutionFunction · 0.85
list_FreeAllFunction · 0.85
buttonCloseSubwindowFunction · 0.70

Tested by

no test coverage detected