mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-05-30 17:00:48 +00:00
- Update to ZDoom r1855.
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@463 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
0e4d32e867
commit
83e866b866
11 changed files with 43 additions and 58 deletions
|
@ -839,6 +839,6 @@ CCMD (playerinfo)
|
|||
Printf ("PlayerClass: %s (%d)\n",
|
||||
ui->PlayerClass == -1 ? "Random" : PlayerClasses[ui->PlayerClass].Type->Meta.GetMetaString (APMETA_DisplayName),
|
||||
ui->PlayerClass);
|
||||
PrintMiscActorInfo(players[i].mo);
|
||||
if (argv.argc() > 2) PrintMiscActorInfo(players[i].mo);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue