diff options
| -rw-r--r-- | gui/options.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index 28cce93884..39989112ea 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -30,6 +30,18 @@ //#include "common/engine.h" #include "common/gameDetector.h" +/* + _____ _ _ _ _ _ +|_ _| |__ (_)___ (_)___ __ _ __| |_ _ _ __ ___ _ __ ___ _ _| | + | | | '_ \| / __| | / __| / _` | / _` | | | | '_ ` _ \| '_ ` _ \| | | | | + | | | | | | \__ \ | \__ \ | (_| | | (_| | |_| | | | | | | | | | | | |_| |_| + |_| |_| |_|_|___/ |_|___/ \__,_| \__,_|\__,_|_| |_| |_|_| |_| |_|\__, (_) + |___/ + +This just looks like an option dialog, butit doesn't change any actual settings currently! + +*/ + // TODO - allow changing options for: // - the save path (use _browser!) // - music & graphics driver (but see also the comments on EditGameDialog |
