Yes, this is an official build. This Icon will only be used when the Visual Studio 2005 project file is used. Older build environemnts will use the classic icon.
EDIT August 6:
I just finished fixing that bug where I got often noise when I entered the menu. That all was caused by buggy sound drivers, but there is a workaround for it. I simply had to add the flag DSBCAPS_LOCSOFTWARE to the DirectSound buffers. This flag causes that the buffers will not get processed by the sound hardware but by the local software.
I added an option to enable/disable the DSBCAPS_LOCSOFTWARE: Options>Sound>Hardware Acceleration
So in short: if you get loud noise, disable sound hardware acceleration in the next release.
Last edited by Spacy; August 6th, 2006 at 13:37..