More changes from master.

This commit is contained in:
Mari the Deer 2021-09-29 18:47:23 +02:00
commit 5dea5ab4d6
21 changed files with 892 additions and 42 deletions

View file

@ -145,6 +145,7 @@ Class SWWMStatScreen : StatusScreen abstract
whichtip = ents[Random[InterArt](0,ents.Size()-1)];
pdata.lasttip.Push(whichtip);
}
if ( swwm_nointertips ) return;
String tipstr = "\cd"..String.Format(StringTable.Localize("$SWWM_INTERTIP"),whichtip).."\c-\n"..StringTable.Localize(String.Format("$SWWM_INTERTIP%d",whichtip));
BrokenLines l = fnt.BreakLines(tipstr,400);
int lw = 0;