mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Changed enum to match engine code exactly.
svn-id: r30396
This commit is contained in:
parent
28dfad2eee
commit
cd2751c698
@ -203,8 +203,8 @@ struct SpecialExtension {
|
||||
|
||||
enum kGame {
|
||||
kKyra1 = 0,
|
||||
kKyra2,
|
||||
kKyra3
|
||||
kKyra2 = 1,
|
||||
kKyra3 = 2
|
||||
};
|
||||
|
||||
struct Game {
|
||||
|
Loading…
Reference in New Issue
Block a user