[dasher: 5/38] iPhone: add Game help time & dist + draw path as misc prefs



commit ae4d7bd3bbfd7b21a45a00ed9d25fcf317882846
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date:   Fri Nov 25 20:01:13 2011 +0000

    iPhone: add Game help time & dist + draw path as misc prefs

 Src/iPhone/Classes/DasherAppDelegate.mm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Src/iPhone/Classes/DasherAppDelegate.mm b/Src/iPhone/Classes/DasherAppDelegate.mm
index dbc095c..7f55013 100644
--- a/Src/iPhone/Classes/DasherAppDelegate.mm
+++ b/Src/iPhone/Classes/DasherAppDelegate.mm
@@ -77,6 +77,9 @@ static SModuleSettings _miscSettings[] = { //note iStep and string description a
   {LP_OUTLINE_WIDTH, T_LONG, -5, 5, 1, -1, ""},
   {BP_AUTO_SPEEDCONTROL, T_BOOL, -1, -1, -1, -1, ""},
   {LP_NONLINEAR_X, T_LONG, 0, 10, 1, -1, ""},
+  {LP_GAME_HELP_DIST, T_LONG, 0, 8192, 1, 0, ""},
+  {LP_GAME_HELP_TIME, T_LONG, 0, 10000, 1000, 0, ""},
+  {BP_GAME_HELP_DRAW_PATH, T_BOOL, -1, -1, -1, -1, ""},
 };
 
 using namespace Dasher;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]