[Scummvm-git-logs] scummvm master -> b305feb4d3f114b8a415ba440c84ced80b626e28
dwatteau
noreply at scummvm.org
Thu Sep 22 08:24:32 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:
b305feb4d3 AGOS: Save a warning and some bytes when ENABLE_AGOS2 is not enabled
Commit: b305feb4d3f114b8a415ba440c84ced80b626e28
https://github.com/scummvm/scummvm/commit/b305feb4d3f114b8a415ba440c84ced80b626e28
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-09-22T10:23:28+02:00
Commit Message:
AGOS: Save a warning and some bytes when ENABLE_AGOS2 is not enabled
Changed paths:
engines/agos/cursor.cpp
diff --git a/engines/agos/cursor.cpp b/engines/agos/cursor.cpp
index d4178354b01..3cb73123079 100644
--- a/engines/agos/cursor.cpp
+++ b/engines/agos/cursor.cpp
@@ -301,6 +301,7 @@ static const byte _simon2_cursors[10][256] = {
};
// Feeble Files specific
+#ifdef ENABLE_AGOS2
static const byte _mouseOffs[29 * 32] = {
6,0,15,21,16,21,14,21,15,21,16,21,16,21,16,21,15,21,15,21,15,21,14,21,12,21,12,21,12,21,12,21,
6,2,10,12,9,12,8,11,7,10,6,9,4,8,3,7,1,7,0,6,3,7,4,8,6,9,7,10,8,11,9,12,
@@ -343,7 +344,6 @@ static const byte _mouseOffs[29 * 32] = {
0,0,10,7,10,6,10,5,10,4,10,3,10,4,10,5,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
};
-#ifdef ENABLE_AGOS2
void AGOSEngine_PuzzlePack::handleMouseMoved() {
uint x;
More information about the Scummvm-git-logs
mailing list