- Increased the limit for 'imp/active' to 6. This sound definitely benefits

from a higher limit.
- Fixed: $limit should not apply to sounds played from the menu.
- Fixed: The SNDSEQ parser tried to set bDoorSound before actually creating
  the sound sequence data.


SVN r852 (trunk)
This commit is contained in:
Christoph Oelckers 2008-03-25 12:21:30 +00:00
commit f9b05c2b0c
4 changed files with 19 additions and 11 deletions

View file

@ -1,4 +1,9 @@
March 25, 2008 (Changes by Graf Zahl)
- Increased the limit for 'imp/active' to 6. This sound definitely benefits
from a higher limit.
- Fixed: $limit should not apply to sounds played from the menu.
- Fixed: The SNDSEQ parser tried to set bDoorSound before actually creating
the sound sequence data.
- Changed Lemon so that it always writes the header. It still kept recompiling
the grammar over and over again once it had been changed locally.
- Fixed: ANIMATED allowed animations between different texture types.