diff options
Diffstat (limited to 'engines/sci/sci.h')
| -rw-r--r-- | engines/sci/sci.h | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h index 72d6e7e0cb..0ea90aba36 100644 --- a/engines/sci/sci.h +++ b/engines/sci/sci.h @@ -143,8 +143,9 @@ enum SciGameId {  	GID_LSL6,  	GID_LSL6HIRES, // We have a separate ID for LSL6 SCI32, because it's actually a completely different game  	GID_LSL7, -	GID_MOTHERGOOSE, -	GID_MOTHERGOOSEHIRES, // We have a separate ID for Mother Goose SCI32, because it's actually a completely different game +	GID_MOTHERGOOSE, // this one is the SCI0 version +	GID_MOTHERGOOSE256, // this one handles SCI1 and SCI1.1 variants, at least those 2 share a bit in common +	GID_MOTHERGOOSEHIRES, // this one is the SCI2.1 hires version, completely different from the other ones  	GID_MSASTROCHICKEN,  	GID_PEPPER,  	GID_PHANTASMAGORIA,  | 
