- moved i_net into 'common' to bring it in line with Raze.
This commit is contained in:
parent
228dfb5b8d
commit
348f9ae68c
8 changed files with 125 additions and 84 deletions
|
|
@ -2830,6 +2830,10 @@ FString System_GetLocationDescription()
|
|||
|
||||
}
|
||||
|
||||
FString System_GetPlayerName(int node)
|
||||
{
|
||||
return players[node].userinfo.GetName();
|
||||
}
|
||||
//==========================================================================
|
||||
//
|
||||
// DoomSpecificInfo
|
||||
|
|
@ -3071,6 +3075,7 @@ static int D_DoomMain_Internal (void)
|
|||
System_GetSceneRect,
|
||||
System_GetLocationDescription,
|
||||
System_M_Dim,
|
||||
System_GetPlayerName,
|
||||
};
|
||||
sysCallbacks = &syscb;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue