diff options
Diffstat (limited to 'code/fe310/eos/cell.h')
-rw-r--r-- | code/fe310/eos/cell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/code/fe310/eos/cell.h b/code/fe310/eos/cell.h index badce3d..d6f6c35 100644 --- a/code/fe310/eos/cell.h +++ b/code/fe310/eos/cell.h @@ -7,8 +7,8 @@ #define EOS_CELL_MTYPE_DATA_START 2 #define EOS_CELL_MTYPE_DATA_STOP 3 -#define EOS_CELL_MTYPE_AUDIO_START 2 -#define EOS_CELL_MTYPE_AUDIO_STOP 3 +#define EOS_CELL_MTYPE_AUDIO_START 4 +#define EOS_CELL_MTYPE_AUDIO_STOP 5 #define EOS_CELL_MAX_MTYPE 2 |