MCPcopy Create free account
hub / github.com/assaultcube/AC / clearchanges

Function clearchanges

source/src/menus.cpp:1557–1562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1555}
1556
1557void clearchanges(int type)
1558{
1559 if(type!=CHANGE_GFX) return;
1560 needsapply.shrink(0);
1561 closemenu("apply");
1562}
1563
1564void refreshapplymenu(void *menu, bool init)
1565{

Callers 1

resetglFunction · 0.85

Calls 2

closemenuFunction · 0.85
shrinkMethod · 0.80

Tested by

no test coverage detected