Welcome, Guest! Log In | Create Account

Changeset 45706

Show
Ignore:
Timestamp:
11/06/09 23:59:47 (8 weeks ago)
Author:
sev
Message:

Revert r43734 "TUCKER: enable intro sound effects compression by default" for
the release since it breaks compatibility as reported by cyx.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/tags/release-1-0-0/compress_tucker.cpp

    r43734 r45706  
    353353        uint32 sound_directory_size[SOUND_TYPES_COUNT]; 
    354354        uint32 audio_directory_size; 
    355         const uint16 flags = HEADER_FLAG_AUDIO_INTRO; 
     355        const uint16 flags = 0; // HEADER_FLAG_AUDIO_INTRO; 
    356356 
    357357        snprintf(filepath, sizeof(filepath), "%s/%s", g_output_directory, g_output_filename); 
     
    370370        } 
    371371        if (flags & HEADER_FLAG_AUDIO_INTRO) { 
    372                 writeUint32LE(output, 0); 
    373372                writeUint32LE(output, 0); 
    374373        }