Initial 1.1 development setup.
This commit is contained in:
parent
685b7d6f91
commit
dc4bd4d45d
144 changed files with 2487 additions and 165 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue