- 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:
Christoph Oelckers 2017-03-22 17:29:13 +01:00
commit 1423d5f42a
14 changed files with 232 additions and 152 deletions

View file

@ -409,7 +409,7 @@ void FCajunMaster::RemoveAllBots (bool fromlist)
players[j].camera = players[j].mo;
if (j == consoleplayer)
{
StatusBar->CallAttachToPlayer (players + j);
StatusBar->AttachToPlayer (players + j);
}
}
}