mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-30 08:51:02 +00:00
- Update to ZDoom r763
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@31 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
4ff0621745
commit
30c4fbf193
9 changed files with 72 additions and 32 deletions
|
@ -825,7 +825,7 @@ CCMD (playerinfo)
|
|||
int i = atoi (argv[1]);
|
||||
userinfo_t *ui = &players[i].userinfo;
|
||||
Printf ("Name: %s\n", ui->netname);
|
||||
Printf ("Team: %s (%d)\n", ui->team == TEAM_None ? "None" : teams[ui->team].name, ui->team);
|
||||
Printf ("Team: %s (%d)\n", ui->team == TEAM_None ? "None" : teams[ui->team].name.GetChars(), ui->team);
|
||||
Printf ("Aimdist: %d\n", ui->aimdist);
|
||||
Printf ("Color: %06x\n", ui->color);
|
||||
Printf ("Skin: %s (%d)\n", skins[ui->skin].name, ui->skin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue