Add More OptionsList functionality (#1810)

* Add More OptionsList functionality

* Remove Size parameter because it's broken

* Make OptionsList inputs remappable

* Change Next/Prev OptionsList to CodeDetector
This commit is contained in:
Rhythm Lunatic
2019-03-28 16:49:46 -05:00
committed by Colby Klein
parent 3eb03feadd
commit dcb2f74c8d
8 changed files with 144 additions and 25 deletions
+1 -1
View File
@@ -1326,7 +1326,7 @@ public:
LUA->Release(L);
return changed;
}
virtual bool GoToFirstOnStart()
virtual bool GoToFirstOnStart() const
{
return m_GoToFirstOnStart;
}