Add option -absoluteAnalysisScores
[xboard.git] / args.h
diff --git a/args.h b/args.h
index 693877e..fb9a263 100644 (file)
--- a/args.h
+++ b/args.h
@@ -613,6 +613,7 @@ ArgDescriptor argDescriptors[] = {
   { "fn", ArgString, (void *) &appData.pgnName[0], FALSE, INVALID },
   { "secondPgnName", ArgString, (void *) &appData.pgnName[1], FALSE, (ArgIniType) "" },
   { "sn", ArgString, (void *) &appData.pgnName[1], FALSE, INVALID },
+  { "absoluteAnalysisScores", ArgBoolean, (void *) &appData.whitePOV, TRUE, FALSE },
 
 #if ZIPPY
   { "zippyTalk", ArgBoolean, (void *) &appData.zippyTalk, FALSE, (ArgIniType) ZIPPY_TALK },