aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBastien Bouclet2018-01-03 06:40:49 +0100
committerGitHub2018-01-03 06:40:49 +0100
commitbb5e8d3a11711d409f89739cf3f054cd5bac8c4f (patch)
tree65148b8639cc0f93ff91559b0b9cb40d872cdb9c /engines
parent0c26da90bb7538fb8bbf866013993185467b194b (diff)
parent60a1100beba00d26ba2e53bbe5e1dd4de6b40a4b (diff)
downloadscummvm-rg350-bb5e8d3a11711d409f89739cf3f054cd5bac8c4f.tar.gz
scummvm-rg350-bb5e8d3a11711d409f89739cf3f054cd5bac8c4f.tar.bz2
scummvm-rg350-bb5e8d3a11711d409f89739cf3f054cd5bac8c4f.zip
Merge pull request #1090 from bgK/remove-zaurus-yopy
PORTS: Remove the Zaurus and Yopy ports
Diffstat (limited to 'engines')
-rw-r--r--engines/cge/snail.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge/snail.cpp b/engines/cge/snail.cpp
index f6d02304bc..c98aee22b8 100644
--- a/engines/cge/snail.cpp
+++ b/engines/cge/snail.cpp
@@ -497,7 +497,7 @@ void CGEEngine::snGame(Sprite *spr, int num) {
// the test has been restricted to some specific OSes
// in order to avoid some obvious issues (like Android, iOS, NDS, N64...)
// Not perfect, but at least better than nothing.
-#if defined(WIN32) || defined(UNIX) || defined(MACOSX) || defined(MOTOEZX) || defined(LINUPY) || defined(LINUXMOTO_SDL)
+#if defined(WIN32) || defined(UNIX) || defined(MACOSX) || defined(MOTOEZX) || defined(LINUXMOTO_SDL)
if (spr->_ref == 1 && _keyboard->_keyAlt) {
#else
if (spr->_ref == 1 && _gameCase2Cpt > 1) {