Fix segfault on faulty command-line option
[xboard.git] / common.h
index d41851d..2fca8fb 100644 (file)
--- a/common.h
+++ b/common.h
@@ -408,12 +408,14 @@ typedef struct {
     Boolean firstPlaysBlack;
     Boolean noChessProgram;
     char *host[ENGINES];
-    char *pngDirectory;
+    char *pieceDirectory;
+    char *svgDirectory;
     char *soundDirectory;
     char *remoteShell;
     char *remoteUser;
     float timeDelay;
     char *timeControl;
+    Boolean trueColors;
     Boolean icsActive;
     char *icsHost;
     char *icsPort;