aboutsummaryrefslogtreecommitdiff
path: root/engines/metaengine.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-11-03 20:00:36 +0000
committerJohannes Schickel2008-11-03 20:00:36 +0000
commit112feada4e68ecae1bdbd380f9b8d4fac15bd396 (patch)
tree7f4e20e2b2e18074cc35cbad160deb9b0abb7edb /engines/metaengine.h
parent39a1eb8191cbef6dc22dc8e947daf01a0617fd28 (diff)
downloadscummvm-rg350-112feada4e68ecae1bdbd380f9b8d4fac15bd396.tar.gz
scummvm-rg350-112feada4e68ecae1bdbd380f9b8d4fac15bd396.tar.bz2
scummvm-rg350-112feada4e68ecae1bdbd380f9b8d4fac15bd396.zip
- Extended some comments
- Added @todos to engines/engine.h - Added a FIXME to engines/dialogs.cpp svn-id: r34887
Diffstat (limited to 'engines/metaengine.h')
-rw-r--r--engines/metaengine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/metaengine.h b/engines/metaengine.h
index 938764fdb9..6eebc04d9c 100644
--- a/engines/metaengine.h
+++ b/engines/metaengine.h
@@ -186,12 +186,12 @@ public:
kSavesSupportPlayTime,
/**
- *Features loading from the Common ScummVM options dialog in-game
+ * Features loading from the Common ScummVM options dialog in-game.
*/
kSupportsLoadingDuringRuntime,
/**
- *Features saving from the Common ScummVM options dialog in-game
+ * Features saving from the Common ScummVM options dialog in-game.
*/
kSupportsSavingDuringRuntime
};