- moved all scroller related code into its own file, including the DScroller class definition.

This commit is contained in:
Christoph Oelckers 2016-03-28 17:27:55 +02:00
commit b5f333798e
10 changed files with 766 additions and 665 deletions

View file

@ -2023,7 +2023,7 @@ void FLevelLocals::Tick ()
//
//==========================================================================
void FLevelLocals::AddScroller (DScroller *scroller, int secnum)
void FLevelLocals::AddScroller (int secnum)
{
if (secnum < 0)
{