[Scummvm-devel] SF.net SVN: scummvm: [25539] scummvm/trunk
Max Horn
max at quendi.de
Tue Feb 13 13:48:17 CET 2007
Am 13.02.2007 um 13:30 schrieb Eugene Sandulenko:
> On Mon, 12 Feb 2007 17:28:20 -0800
> fingolfin at users.sourceforge.net wrote:
>
>> Revision: 25539
>> http://scummvm.svn.sourceforge.net/scummvm/?
>> rev=25539&view=rev
>> Author: fingolfin
>> Date: 2007-02-12 17:28:18 -0800 (Mon, 12 Feb 2007)
>>
>> Log Message:
>> -----------
>> (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)
>>
>> +enum ADGameFlags {
>> + GF_NO_FLAGS = 0,
>> + GF_DEMO = 1 << 31
>> +};
> I would call them ADGF_* Advanced Detector Game Flags to avoid
> potential clashes.
Fine by me, too :). Go ahead with this change if you prefer it that
way. But note that they are in namespace Common, so no clashes should
happen.
Bye,
Max
More information about the Scummvm-devel
mailing list