[Scummvm-git-logs] scummvm master -> 7e399d992f55a8bd7f3c91170672b93f8a49bd67
digitall
547637+digitall at users.noreply.github.com
Wed Jun 17 05:17:19 UTC 2020
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:
7e399d992f ULTIMA4: Remove Statement With No Effect
Commit: 7e399d992f55a8bd7f3c91170672b93f8a49bd67
https://github.com/scummvm/scummvm/commit/7e399d992f55a8bd7f3c91170672b93f8a49bd67
Author: D G Turner (digitall at scummvm.org)
Date: 2020-06-17T06:13:31+01:00
Commit Message:
ULTIMA4: Remove Statement With No Effect
This was triggering a GCC compiler warning and looks like it was added
accidently during a previous refactoring.
Changed paths:
engines/ultima/ultima4/map/map.cpp
diff --git a/engines/ultima/ultima4/map/map.cpp b/engines/ultima/ultima4/map/map.cpp
index 3f8b5d7047..b35785a454 100644
--- a/engines/ultima/ultima4/map/map.cpp
+++ b/engines/ultima/ultima4/map/map.cpp
@@ -771,8 +771,6 @@ MapTile Map::translateFromRawTileIndex(int raw) const {
}
uint Map::translateToRawTileIndex(MapTile &tile) const {
- g_tileSets;
-
return _tileMap->untranslate(tile);
}
More information about the Scummvm-git-logs
mailing list