diff options
-rw-r--r-- | engines/glk/glk_api.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/glk_api.cpp b/engines/glk/glk_api.cpp index 803e85818e..2ca81e9297 100644 --- a/engines/glk/glk_api.cpp +++ b/engines/glk/glk_api.cpp @@ -1060,7 +1060,7 @@ void GlkAPI::glk_sound_load_hint(uint snd, uint flag) { // No implementation } -schanid_t GlkAPI::glk_schannel_create_ext(glui32 rock, glui32 volume) { +schanid_t GlkAPI::glk_schannel_create_ext(uint rock, uint volume) { return _sounds->create(rock, volume); } |