(re)added flags field to ADGameDescription, with currently only one value (GF_DEMO) -- this flag value is not yet used by anything (also, GF_DEMO hasn't been correctly set for AGI games yet)
svn-id: r25539
This commit is contained in:
parent
9e30a6e990
commit
55adc889e7
9 changed files with 437 additions and 114 deletions
|
@ -71,11 +71,12 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
|
|||
},
|
||||
Common::EN_ANY,
|
||||
Common::kPlatformPC,
|
||||
Common::GF_NO_FLAGS
|
||||
},
|
||||
GType_Nippon,
|
||||
0,
|
||||
},
|
||||
{ { NULL, NULL, { { NULL, 0, NULL, 0 } }, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0 }
|
||||
{ AD_TABLE_END_MARKER, 0, 0 }
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue