[Scummvm-git-logs] scummvm master -> 1b335b6c751a45d4ec25e0084737ea84ffda9fca

dreammaster dreammaster at scummvm.org
Fri Sep 16 19:02:31 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1b335b6c75 TITANIC: CDontSaveFileItem should be classed as a file item


Commit: 1b335b6c751a45d4ec25e0084737ea84ffda9fca
    https://github.com/scummvm/scummvm/commit/1b335b6c751a45d4ec25e0084737ea84ffda9fca
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-09-16T13:01:53-04:00

Commit Message:
TITANIC: CDontSaveFileItem should be classed as a file item

Changed paths:
    engines/titanic/core/dont_save_file_item.h



diff --git a/engines/titanic/core/dont_save_file_item.h b/engines/titanic/core/dont_save_file_item.h
index f5ec4f7..3862047 100644
--- a/engines/titanic/core/dont_save_file_item.h
+++ b/engines/titanic/core/dont_save_file_item.h
@@ -41,6 +41,11 @@ public:
 	 * Load the data for the class from file
 	 */
 	virtual void load(SimpleFile *file);
+
+	/**
+	 * Returns true if the item is a file item
+	 */
+	virtual bool isFileItem() const { return false; }
 };
 
 } // End of namespace Titanic





More information about the Scummvm-git-logs mailing list