From 0a51805a8ceaeaeeaa57eb224e1adc821fd359f2 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 3 Jul 2012 18:40:40 +0200 Subject: ENGINES: Mention defaults for writable and deletable settings in SaveStateDescriptor docs. --- engines/savestate.h | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3