- scriptified the SBARINFO wrapper.
This serves no purpose in itself but it removes a native side class from the status bar class hierarchy which allows for better editing options later.
This commit is contained in:
parent
04c2565d7f
commit
1423d5f42a
14 changed files with 232 additions and 152 deletions
|
|
@ -473,7 +473,7 @@ CUSTOM_CVAR (Int, dmflags2, 0, CVAR_SERVERINFO)
|
|||
p->camera = p->mo;
|
||||
|
||||
S_UpdateSounds (p->camera);
|
||||
StatusBar->CallAttachToPlayer (p);
|
||||
StatusBar->AttachToPlayer (p);
|
||||
|
||||
if (demoplayback || multiplayer)
|
||||
StatusBar->ShowPlayerName ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue