[Scummvm-git-logs] scummvm master -> 887693a3fe5a1f64ebc60d3c5270a3725cbd63ec
dwatteau
noreply at scummvm.org
Fri Dec 2 12:07:21 UTC 2022
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:
887693a3fe GOB: Fix AmigaOS and NDS builds
Commit: 887693a3fe5a1f64ebc60d3c5270a3725cbd63ec
https://github.com/scummvm/scummvm/commit/887693a3fe5a1f64ebc60d3c5270a3725cbd63ec
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-12-02T13:06:10+01:00
Commit Message:
GOB: Fix AmigaOS and NDS builds
Poor things...
Changed paths:
engines/gob/draw.h
diff --git a/engines/gob/draw.h b/engines/gob/draw.h
index 3dbd126db10..41a9acb21b4 100644
--- a/engines/gob/draw.h
+++ b/engines/gob/draw.h
@@ -319,7 +319,7 @@ private:
Common::WinResources *_cursors;
bool loadCursorFile();
- bool loadCursorFromFile(int32 cursorIndex);
+ bool loadCursorFromFile(int cursorIndex);
};
// Draw operations
More information about the Scummvm-git-logs
mailing list