[Scummvm-devel] SF.net SVN: scummvm: [25539] scummvm/trunk

Eugene Sandulenko sev at scummvm.org
Tue Feb 13 13:30:46 CET 2007


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.


Eugene




More information about the Scummvm-devel mailing list