mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 23:18:44 +00:00
AVALANCHE: Fix error reported by GCC: extra coma in enum declaraction
This commit is contained in:
parent
d2312e626b
commit
93a5fadcb8
@ -49,7 +49,7 @@ private:
|
|||||||
kScreenBugAlert = 1,
|
kScreenBugAlert = 1,
|
||||||
kScreenRamCram = 2,
|
kScreenRamCram = 2,
|
||||||
kScreenNagScreen = 3,
|
kScreenNagScreen = 3,
|
||||||
kScreenTwoCopies = 5,
|
kScreenTwoCopies = 5
|
||||||
};
|
};
|
||||||
|
|
||||||
AvalancheEngine *_vm;
|
AvalancheEngine *_vm;
|
||||||
|
Loading…
Reference in New Issue
Block a user