Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1557
void clearchanges(int type)
1558
{
1559
if(type!=CHANGE_GFX) return;
1560
needsapply.shrink(0);
1561
closemenu(
"apply"
);
1562
}
1563
1564
void refreshapplymenu(void *menu, bool init)
1565
{
Callers
1
resetgl
Function · 0.85
Calls
2
closemenu
Function · 0.85
shrink
Method · 0.80
Tested by
no test coverage detected