Searched refs:teamtmp (Results 1 – 3 of 3) sorted by relevance
/dports/games/redeclipse16/base-1.6.0/src/game/ |
H A D | game.cpp | 2040 static string teamed; teamed[0] = '\0'; string teamtmp; in colourteam() local 2042 formatstring(teamtmp, "\f[%d]", TEAM(team, colour)); in colourteam() 2043 concatstring(teamed, teamtmp); in colourteam() 2046 formatstring(teamtmp, "\f($%s)", *icon ? icon : teamtexnamex(team)); in colourteam() 2047 concatstring(teamed, teamtmp); in colourteam()
|
H A D | server.cpp | 1289 static string teamed; teamed[0] = '\0'; string teamtmp; in colourteam() local 1291 formatstring(teamtmp, "\f[%d]", TEAM(team, colour)); in colourteam() 1292 concatstring(teamed, teamtmp); in colourteam() 1295 formatstring(teamtmp, "\f($%s)", *icon ? icon : teamtexnamex(team)); in colourteam() 1296 concatstring(teamed, teamtmp); in colourteam()
|
/dports/games/redeclipse/base-2.0.0/src/game/ |
H A D | server.cpp | 1351 static string teamed; teamed[0] = '\0'; string teamtmp; in colourteam() local 1353 formatstring(teamtmp, "\f[%d]", TEAM(team, colour)); in colourteam() 1354 concatstring(teamed, teamtmp); in colourteam() 1357 formatstring(teamtmp, "\f($%s)", *icon ? icon : teamtexnamex(team)); in colourteam() 1358 concatstring(teamed, teamtmp); in colourteam()
|