diff options
author | Max Horn | 2007-02-15 12:00:13 +0000 |
---|---|---|
committer | Max Horn | 2007-02-15 12:00:13 +0000 |
commit | 57f529e36eede4b8809e84508fc095976c796bc4 (patch) | |
tree | 6da18a2cc1ac03bf5518ce6202a90d58ae7a2b2e | |
parent | c584d2f33244834a2b8655dda050e55318c043d2 (diff) | |
download | scummvm-rg350-57f529e36eede4b8809e84508fc095976c796bc4.tar.gz scummvm-rg350-57f529e36eede4b8809e84508fc095976c796bc4.tar.bz2 scummvm-rg350-57f529e36eede4b8809e84508fc095976c796bc4.zip |
added some static keywords
svn-id: r25604
-rw-r--r-- | engines/scumm/player_nes.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/scumm/player_nes.cpp b/engines/scumm/player_nes.cpp index a44498edc2..36d51e23e4 100644 --- a/engines/scumm/player_nes.cpp +++ b/engines/scumm/player_nes.cpp @@ -75,7 +75,7 @@ struct tAPU { int SampleRate; } APU; -const byte LengthCounts[32] = { +static const byte LengthCounts[32] = { 0x0A,0xFE, 0x14,0x02, 0x28,0x04, @@ -108,7 +108,7 @@ static struct { int32 Pos; } Square0, Square1; -const int8 Duties[4][8] = { +static const int8 Duties[4][8] = { {-4,+4,-4,-4,-4,-4,-4,-4}, {-4,+4,+4,-4,-4,-4,-4,-4}, {-4,+4,+4,+4,+4,-4,-4,-4}, @@ -320,7 +320,7 @@ static struct { int32 Pos; } Triangle; -const int8 TriDuty[32] = { +static const int8 TriDuty[32] = { -8,-7,-6,-5,-4,-3,-2,-1, +0,+1,+2,+3,+4,+5,+6,+7, +7,+6,+5,+4,+3,+2,+1,+0, |