- reimplemented as an OptionsMenu.
This is both for consistency and better localizability. The old code is retained to ensure that mods inheriting from the old menu continue to work.
This commit is contained in:
parent
ad23726cb6
commit
c45c7cdb4b
13 changed files with 798 additions and 25 deletions
|
|
@ -489,12 +489,6 @@ int userinfo_t::PlayerClassChanged(const char *classname)
|
|||
return classnum;
|
||||
}
|
||||
|
||||
int userinfo_t::PlayerClassNumChanged(int classnum)
|
||||
{
|
||||
*static_cast<FIntCVar *>((*this)[NAME_PlayerClass]) = classnum;
|
||||
return classnum;
|
||||
}
|
||||
|
||||
int userinfo_t::ColorSetChanged(int setnum)
|
||||
{
|
||||
*static_cast<FIntCVar *>((*this)[NAME_ColorSet]) = setnum;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue