- Added a NOTIMEFREEZE flag that excludes actors from being affected by

the time freezer powerup.
- Changed: Empty pickup messages are no longer printed. 

SVN r886 (trunk)
This commit is contained in:
Christoph Oelckers 2008-04-06 09:24:41 +00:00
commit d938121378
6 changed files with 21 additions and 11 deletions

View file

@ -884,7 +884,7 @@ static void PrintPickupMessage (const char *str)
{
str=GStrings(str+1);
}
Printf (PRINT_LOW, "%s\n", str);
if (str[0] != 0) Printf (PRINT_LOW, "%s\n", str);
}
}