(svn r4975) - Codechange: increase the number of file handles from 32 to 64 (arbitrary powers of 2!) to allow more GRF files to be loaded.

This commit is contained in:
peter1138
2006-05-25 09:57:27 +00:00
parent 9d272d699a
commit ce83472788
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ typedef struct FileEntry {
static uint _file_count;
static FileEntry* _files;
#define SOUND_SLOT 31
#define SOUND_SLOT 63
// Number of levels of panning per side
#define PANNING_LEVELS 16