mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 17:57:14 +00:00
HDB: Fix warnings
This commit is contained in:
parent
c131e7c890
commit
f7713df735
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user