Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assaultcube/AC
/ initclient
Function
initclient
source/src/clientgame.cpp:1064–1068 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1062
}
1063
1064
void initclient()
1065
{
1066
newname(
"unarmed"
);
1067
player1->team = TEAM_SPECT;
1068
}
1069
1070
entity flagdummies[2] = // in case the map does not provide flags
1071
{
Callers
1
main.cpp
File · 0.85
Calls
1
newname
Function · 0.85
Tested by
no test coverage detected