[Scummvm-git-logs] scummvm master -> 74834e73f7c193e0c928362fc095b8e15f0796d9
digitall
547637+digitall at users.noreply.github.com
Mon Nov 25 11:40:29 UTC 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
74834e73f7 GLK: Fix Compilation on AmigaOS4
Commit: 74834e73f7c193e0c928362fc095b8e15f0796d9
https://github.com/scummvm/scummvm/commit/74834e73f7c193e0c928362fc095b8e15f0796d9
Author: D G Turner (digitall at scummvm.org)
Date: 2019-11-25T11:37:13Z
Commit Message:
GLK: Fix Compilation on AmigaOS4
Changed paths:
engines/glk/glk_api.cpp
diff --git a/engines/glk/glk_api.cpp b/engines/glk/glk_api.cpp
index 803e858..2ca81e9 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);
}
More information about the Scummvm-git-logs
mailing list