SCUMM: Add missing else keyword. PVS-Studio V646

This commit is contained in:
sluicebox 2023-10-31 14:20:26 -07:00
parent 58bb4f81e4
commit 789ee5f403

View File

@ -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;