mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
HDB: Fix warning
This commit is contained in:
parent
a9e65176a1
commit
f3d0bca83a
@ -27,7 +27,7 @@ namespace HDB {
|
||||
|
||||
enum {
|
||||
kMaxGratings = 250,
|
||||
kMaxForegrounds = 250,
|
||||
kMaxForegrounds = 250
|
||||
};
|
||||
|
||||
struct MSMIcon {
|
||||
|
Loading…
Reference in New Issue
Block a user