diff options
author | Johannes Schickel | 2012-07-03 18:40:40 +0200 |
---|---|---|
committer | Johannes Schickel | 2012-07-03 18:40:40 +0200 |
commit | 0a51805a8ceaeaeeaa57eb224e1adc821fd359f2 (patch) | |
tree | 64cd4f99d4a2677f54fcc05061a1bab3a8aa490d /engines/savestate.h | |
parent | 79e24035273cbf17f2518460c014ecb45ed6ea90 (diff) | |
download | scummvm-rg350-0a51805a8ceaeaeeaa57eb224e1adc821fd359f2.tar.gz scummvm-rg350-0a51805a8ceaeaeeaa57eb224e1adc821fd359f2.tar.bz2 scummvm-rg350-0a51805a8ceaeaeeaa57eb224e1adc821fd359f2.zip |
ENGINES: Mention defaults for writable and deletable settings in SaveStateDescriptor docs.
Diffstat (limited to 'engines/savestate.h')
-rw-r--r-- | engines/savestate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/savestate.h b/engines/savestate.h index 6cbdb22edf..c233554657 100644 --- a/engines/savestate.h +++ b/engines/savestate.h @@ -40,6 +40,8 @@ struct Surface; * * Further possibilites are a thumbnail, play time, creation date, * creation time, delete protected, write protection. + * + * Saves are writable and deletable by default. */ class SaveStateDescriptor { public: |