- moved all scroller related code into its own file, including the DScroller class definition.
This commit is contained in:
parent
b70fee8ed8
commit
b5f333798e
10 changed files with 766 additions and 665 deletions
|
|
@ -2023,7 +2023,7 @@ void FLevelLocals::Tick ()
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
void FLevelLocals::AddScroller (DScroller *scroller, int secnum)
|
||||
void FLevelLocals::AddScroller (int secnum)
|
||||
{
|
||||
if (secnum < 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue