mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- image scroller menus working.
This commit is contained in:
parent
48f62ef1ed
commit
943cb64eda
8 changed files with 266 additions and 94 deletions
|
@ -957,3 +957,11 @@ bool DLoadMenu::MenuEvent (int mkey, bool fromcontroller)
|
|||
return false;
|
||||
}
|
||||
|
||||
static TMenuClassDescriptor<DLoadMenu> _lm("LoadMenu");
|
||||
static TMenuClassDescriptor<DSaveMenu> _sm("SaveMenu");
|
||||
|
||||
void RegisterRedneckMenus()
|
||||
{
|
||||
menuClasses.Push(&_sm);
|
||||
menuClasses.Push(&_lm);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue