diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-09-29 15:07:24 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-09-29 15:07:24 +0200 |
| commit | 15ab8d5c5e9b5a06ad61247aa81f4673a42595e6 (patch) | |
| tree | 756b59e6d6075ad7c3153455d87c024068d0fbe8 /src/modinfo.h | |
| parent | 192f14b001201d2d76fbbd12465dbe01623cf3fb (diff) | |
Changed "ignore missing game data" to not create an empty Texture folder and instead save the choice in meta.ini
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 919d1a5b..895105df 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -578,6 +578,11 @@ public: virtual void markConverted(bool converted) {}
/**
+ * @brief updates the mod to flag it as valid in order to ignore the invalid game data flag
+ */
+ virtual void markValidated(bool validated) {}
+
+ /**
* @brief reads meta information from disk
*/
virtual void readMeta() {}
|
