aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_adlib.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2011-09-08 00:32:03 +0200
committerJohannes Schickel2011-09-08 00:33:10 +0200
commit1fa858d33910ae92cb19ac3cda8b77a2f104e8dc (patch)
tree538fe70238f6d9a62189b6ea3d9e2a60595d07e5 /engines/kyra/sound_adlib.cpp
parentc386a5520ff389b77dd004f55ae78fc5f24856e2 (diff)
downloadscummvm-rg350-1fa858d33910ae92cb19ac3cda8b77a2f104e8dc.tar.gz
scummvm-rg350-1fa858d33910ae92cb19ac3cda8b77a2f104e8dc.tar.bz2
scummvm-rg350-1fa858d33910ae92cb19ac3cda8b77a2f104e8dc.zip
KYRA: Made some more static data const.
Diffstat (limited to 'engines/kyra/sound_adlib.cpp')
-rw-r--r--engines/kyra/sound_adlib.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/sound_adlib.cpp b/engines/kyra/sound_adlib.cpp
index 12c980486c..67dc9863a8 100644
--- a/engines/kyra/sound_adlib.cpp
+++ b/engines/kyra/sound_adlib.cpp
@@ -395,7 +395,7 @@ private:
static const uint8 _regOffset[];
static const uint16 _unkTable[];
- static const uint8 *_unkTable2[];
+ static const uint8 *const _unkTable2[];
static const uint8 _unkTable2_1[];
static const uint8 _unkTable2_2[];
static const uint8 _unkTable2_3[];
@@ -2074,7 +2074,7 @@ const uint16 AdLibDriver::_unkTable[] = {
// These tables are currently only used by updateCallback46(), which only ever
// uses the first element of one of the sub-tables.
-const uint8 *AdLibDriver::_unkTable2[] = {
+const uint8 *const AdLibDriver::_unkTable2[] = {
AdLibDriver::_unkTable2_1,
AdLibDriver::_unkTable2_2,
AdLibDriver::_unkTable2_1,