MCPcopy 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
1064void initclient()
1065{
1066 newname("unarmed");
1067 player1->team = TEAM_SPECT;
1068}
1069
1070entity flagdummies[2] = // in case the map does not provide flags
1071{

Callers 1

main.cppFile · 0.85

Calls 1

newnameFunction · 0.85

Tested by

no test coverage detected