mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 09:18:38 +00:00
Resort game types.
svn-id: r35349
This commit is contained in:
parent
bff3c9cf60
commit
81d060675c
@ -127,11 +127,11 @@ struct AnimTable {
|
||||
};
|
||||
|
||||
enum SIMONGameType {
|
||||
GType_ELVIRA1 = 0,
|
||||
GType_ELVIRA2 = 1,
|
||||
GType_WW = 2,
|
||||
GType_SIMON1 = 3,
|
||||
GType_SIMON2 = 4,
|
||||
GType_ELVIRA1 = 1,
|
||||
GType_ELVIRA2 = 2,
|
||||
GType_WW = 3,
|
||||
GType_SIMON1 = 4,
|
||||
GType_SIMON2 = 5,
|
||||
GType_FF = 6,
|
||||
GType_PP = 7
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user