diff options
Diffstat (limited to 'common/advancedDetector.h')
| -rw-r--r-- | common/advancedDetector.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h index 60e763f969..84cfe8c17c 100644 --- a/common/advancedDetector.h +++ b/common/advancedDetector.h @@ -32,9 +32,9 @@ namespace Common {  struct ADGameFileDescription {  	const char *fileName; -	uint16 fileType; -	const char *md5; -	const int32 fileSize; +	uint16 fileType;      // Optional. Not used in detection, only be engines +	const char *md5;      // Optional could be NULL +	const int32 fileSize; // Optional. Set to -1 to ignore  };  struct ADGameDescription {  | 
