Initial 1.1 development setup.

This commit is contained in:
Mari the Deer 2021-09-01 09:55:32 +02:00
commit dc4bd4d45d
144 changed files with 2487 additions and 165 deletions

View file

@ -121,10 +121,11 @@ Class SWWMStatScreen : StatusScreen abstract
{
// skip DLC tips for now
if ( (i >= 59) && (i <= 68) ) continue;
if ( (i >= 130) && (i <= 139) ) continue;
ents.Push(i);
}
// account for skipped dlc tips (important, will crash otherwise)
maxtip -= 10;
maxtip -= 20;
if ( pdata.lasttip.Size() >= maxtip )
{
// exclude last one, start over