TUCKER: Made some static data const.
This commit is contained in:
parent
16344ab6a8
commit
fdfbf4133e
2 changed files with 2 additions and 2 deletions
|
@ -340,7 +340,7 @@ const SoundSequenceDataList AnimationSequencePlayer::_soundSeqDataList[] = {
|
|||
{ 0, 0, 4, 0, 7, _soundDataSeq19_20 }
|
||||
};
|
||||
|
||||
const char *AnimationSequencePlayer::_audioFileNamesTable[] = {
|
||||
const char *const AnimationSequencePlayer::_audioFileNamesTable[] = {
|
||||
"demomenu.raw",
|
||||
"demorolc.raw",
|
||||
"fx101.wav",
|
||||
|
|
|
@ -989,7 +989,7 @@ private:
|
|||
Audio::SoundHandle _musicHandle;
|
||||
|
||||
static const SoundSequenceDataList _soundSeqDataList[];
|
||||
static const char *_audioFileNamesTable[];
|
||||
static const char *const _audioFileNamesTable[];
|
||||
};
|
||||
|
||||
} // namespace Tucker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue