diff options
-rw-r--r-- | engines/hdb/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h index 5774a67ddd..56702c0c5d 100644 --- a/engines/hdb/sound.h +++ b/engines/hdb/sound.h @@ -1404,8 +1404,8 @@ enum SoundType { struct SoundLookUp { SoundType idx; - char *name; // name from MSD .h file - char *luaName; // name for Lua code to use + const char *name; // name from MSD .h file + const char *luaName; // name for Lua code to use }; class Sound { |