mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-07 10:21:31 +00:00
SCUMM: Add missing else keyword. PVS-Studio V646
This commit is contained in:
parent
58bb4f81e4
commit
789ee5f403
@ -1332,7 +1332,7 @@ void ScummEngine::setupScumm(const Common::String &macResourceFile) {
|
||||
if (_game.platform == Common::kPlatformMacintosh) {
|
||||
if (_game.id == GID_INDY3) {
|
||||
macFontFile = macResourceFile;
|
||||
} if (_game.id == GID_LOOM) {
|
||||
} else if (_game.id == GID_LOOM) {
|
||||
macInstrumentFile = macResourceFile;
|
||||
macFontFile = macResourceFile;
|
||||
_macCursorFile = macResourceFile;
|
||||
|
Loading…
Reference in New Issue
Block a user