Allow -timeIncrement to be a float
[xboard.git] / common.h
index 64e4ece..077c979 100644 (file)
--- a/common.h
+++ b/common.h
@@ -385,7 +385,7 @@ typedef struct {
     int premoveHighlightColor;
 #endif
     int movesPerSession;
-    int timeIncrement;
+    float timeIncrement;
     char *initString;
     char *secondInitString;
     char *firstComputerString;