1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Adding missing SpriteIdentifier enumerations to switch statements

This commit is contained in:
ju-pinheiro
2020-10-27 18:52:56 -03:00
parent bb16ca075b
commit a31c958004
5 changed files with 22 additions and 1 deletions

View File

@@ -443,6 +443,8 @@ static void CompareSpriteData(const rct_sprite& left, const rct_sprite& right)
break;
}
break;
case SpriteIdentifier::Null:
break;
}
}
}